masm
How can I view what is happening in the lower parts of the EAX register in VS2008?
I am doing s开发者_开发问答ome assembly homework and thought the best way to get my head around what is going on is to watch what happens in the registers as the program runs. In Visual Studio You can[详细]
2023-02-14 20:53 分类:问答Probably a really newb Question (asm in V C++)
I just started working with assembly so this is probably a really simple question, but I can\'t figure it out at all.[详细]
2023-02-14 19:01 分类:问答Using another assembler (MASM, NASM, TASM, etc.) with GCC
I\'ve been looking through questions on here and the internet for a while now and I cannot seem to find out whether or not it is possible to do inline assembly with GCC using something other than GAS.[详细]
2023-02-09 15:21 分类:问答What does the @data directive mean in MASM?
I have c开发者_JAVA技巧ome across the following directive in some assembly code: movax, @data I\'ve gone through my assembler book and tried some Googl-ing, but can\'t find a definition.[详细]
2023-02-09 07:30 分类:问答Reading floats from a file in ASM
I\'ve been working through the c++ and asm problems from The Binary Auditor.I got through the c++ stuff no problem, but the assembly is giving me a bit of trouble.I\'m using masm32开发者_StackOverflow[详细]
2023-02-04 05:09 分类:问答Irvine32 and MASM
I would like some help in adding Irvine32 inc/lib support to my asm programs. I added the inc/lib to their folders and added[详细]
2023-02-02 12:47 分类:问答Store multiple values at the same memory address. Delimiter?
I\'m doing some tinkering with Read- and WriteProcessMemory and an old platformer game I found laying around. Whenever the player enters a new level, enemies are created and the hea开发者_运维百科lth[详细]
2023-02-01 03:42 分类:问答Whats the relation(if any) of MASM assembly language and ILASM?
whats the relation(if any) of MASM assembly language and ILASM.Is there a one to one conversion?Im trying to incorporate Quantum GIS into a program Im kinda writing as I go along!I have GIS on my comp[详细]
2023-01-31 02:14 分类:问答can't run dos MBR
guys.I read MBR from c disk to a memory such as 0:0200H,and then i debug it.however,when i arrive 0:7c18H REPZ[详细]
2023-01-30 21:24 分类:问答Assembly problem
I\'m trying to multiply 5 decimals using DEBUG in windows command prompt but I fear i\'ve very far off. My program results in the decimal value 1303. When it should be 4320. The decimals are 15, 12, 4[详细]
2023-01-29 04:01 分类:问答