nasm
NASM Guessing Number Game Gone Wrong
I have decided to create a simple guessing number game that uses Linux system calls, and some C functions to provide a more simpler interface. I seem to get a segmentation fault when I convert the int[详细]
2023-02-10 18:58 分类:问答NASM Code In Linux Gives Me Segmentation Fault
I started learning how to write programs using the NASM assembly programming language. I wrote this simple program that prompts the user to enter two numbers and then adds the two operands together. I[详细]
2023-02-10 07:25 分类:问答How to print integers in assembly loop [duplicate]
This question already has answers here: Outputting integers in assembly on Linux (2 answers) Closed 7 years ago.[详细]
2023-02-09 03:20 分类:问答What's the difference between [BITS 32] declaration and BITS 32, if there is any?
I\'ve seen assembly sources in the wild that uses [BITS 32] directive. I\'m using compiler NASM and at its man pages, I\'ve seen no reference to t开发者_Python百科he need of the brackets, so I compile[详细]
2023-02-08 21:07 分类:问答Problem with passing parameters on the stack in NASM
I am trying to write a function to convert an integer pushed in the stack to ASCII codes. The conversion works fine but I have a problem with the parameter that is passed on the stack.[详细]
2023-02-07 16:37 分类:问答ASM files in Eclipse
I would like to edit ASM files in Eclipse but I am not sure how to do开发者_StackOverflow it or what package of Eclipse I actually need. If anyone could point me in the right direction I would be very[详细]
2023-02-07 12:19 分类:问答Launching own bootloader
How can I launch own bootloader novadays? In all 开发者_Python百科tutorials I\'ve found on writing operating systems, they write about floppy disc, and suggest programs which doesn\'t match with x64 a[详细]
2023-02-06 02:00 分类:问答Instruction error while learning assembly
So I\'m trying to learn some x86 assembly, I\'m using NASM as my complier. I have this code that I\'m working on, but when I compile, I get an error.[详细]
2023-02-05 23:00 分类:问答NASM - Load code from USB Drive
Would any assembly gurus know the argument (register dl) 开发者_运维问答that signifies the first USB drive?[详细]
2023-02-04 18:28 分类:问答From bootsector to C++ kernel
I decided to write a simple asm bootloader and a c++ kernel. I read a lot of tutorials, but I cant compile an assembly file seems like this:[详细]
2023-02-03 21:44 分类:问答
加载中,请稍侯......