assembly
Win32 Kernel32.CreateThread from assembler
Hi to all.... /////开发者_如何转开发/////////////////////////////////////// PUSH 214D84DD // thread id address out[详细]
2023-04-12 23:36 分类:问答C++ - constant and optimization
I am optimizing some hotspots in my application and compilation is done using gcc-arm. Now, is there any chance that the following statements result in different assembler code:[详细]
2023-04-12 23:24 分类:问答Run a thread within DLL initialization routine (Win32 assembler)
I need to create (and run!) a thread within (and not outside) the initialization procedure of a specific dll (LoadLibrary).[详细]
2023-04-12 23:21 分类:问答game programming in assembly IA32
I want to write snake game in assembly IA 32 in unix environment . I found these codes from here is it what i wanted ? w开发者_如何学编程hat is the different between assembler 8086 and IA32 and Emu80[详细]
2023-04-12 23:02 分类:问答First assembly program error "too many references for mov"
In the following assembly code I am trying to implement a multiplication method using bitwise shifts etc but I am getting two errors over and over, \"too many memory references for \'mov\'\" as well a[详细]
2023-04-12 21:47 分类:问答What's the difference between a word and byte?
I\'ve done some research. A byte is 8 bits and a word is the smallest unit that can be addressed on memory. The exact length of a word varies. What I don\'t understand is what\'s the point of having a[详细]
2023-04-12 21:32 分类:问答ARM v7 ADD vs. LDR
Is there any difference between the following instruction (besides flags affection)? 开发者_运维知识库ADDR6, SP, #0xDC[详细]
2023-04-12 17:09 分类:问答Translating simple C code
So I\'m working on an assignment for my computer science course, We have to take an algorithm thats written in C and replicate it in assembly (SPARC). My issue is that I know very little C code since[详细]
2023-04-12 17:04 分类:问答Assembly Language Multiplication
having a bit of trouble understanding assembly multiplication. Can anyone help break down the process of these steps:[详细]
2023-04-12 16:37 分类:问答Test if value in EAX is the same as any value in a array x86
I am attempting to test if the random value generated in eax is the same as any value in an array I have allocated. The outer loop generates the array and writes it to the screen and in to the array,[详细]
2023-04-12 16:01 分类:问答