i have a sum value stored in 开发者_开发技巧 fstpqword [ebx]; Copy contents of st0 to space currently on top of the system stack
I have literally no clue开发者_StackOverflow what it is. Wouldn\'t even know how to go about finding what it is.
the logic of this make sense to me, however it\'s still giving a segfault any ideas are appreciated...
hi i really have no idea how this is working dat开发者_运维知识库a segment db 22 db 7 db 5 db 113
开发者_开发问答I have a binary/library in Linux. How can I determine whet it was compiled with frame pointers?Zan/blackwing:
The ARM7-command set offers efficient ways to right rotate 32-bit values by an arbitrary amount in assembler. For the 2nd operand of an operation it is even \"for free\" by specifying ror #n as shifte
I\'m trying to write a simple NASM program for fun, but I can\'t seem to figure out how to write a for loop in it. With the following code, I get a segmentation fault. The following code is supposed t
Does a C++ compiler generate machine code via assembly language cod开发者_运维知识库e (i.e., c++ compiler first converts C++ code to assembly language code and then uses assembly language compiler to
I am stuck at a problem. 开发者_运维百科I\'ve been using gcc to compile/assemble my C code for a while and got used to reading Intel assembly syntax. I used the -masm=intel flag when generating the as
I am new to assembly language and this is some code that I didn\'t understand hoping that someone would help with it.