assembly
Taking a stack and printing it in reverse order in UART
So basically I have a class where the teachers designed the program that we use, and they basically said \"Do these labs with no background information\".[详细]
2023-04-07 10:10 分类:问答How to program in Windows 7.0 to make it more deterministic?
My understanding is that Windows is non-deterministic and can be trouble when using it fordata acquisition.Using a 32bit bus, and dual core, is it possible to use inline asm to work with interrupts in[详细]
2023-04-07 04:35 分类:问答Reading IA32 Assembly Code pertaining to using double arrays
This is the exact question: The following Code 开发者_StackOverflowtransposes the elements of an M x M array, where M[详细]
2023-04-07 04:23 分类:问答what is the order of source operands in AT&T syntax compared to Intel syntax?
The Intel ISA reference documentation for this instruction is clear: VPBLENDVB xmm1, xmm2, xmm3/m128, xmm4[详细]
2023-04-07 04:04 分类:问答Assembly Language: difference between ja and jg?
I am having trouble understanding the difference between ja and jg for assembly language. I have a section of code:[详细]
2023-04-06 19:59 分类:问答bt assembly instruction
I have quesetion about bt assembly instruction. I have excerpted part of book to provide context. Please see last example, bt Testme, bx. Why does that copy TestMe+8? Shouldn\'t it copy TestMe+65?[详细]
2023-04-06 18:57 分类:问答Syntax errors in my assembly code [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-06 17:02 分类:问答Need help understanding Assembly interaction with stack
Okay, so here\'s the deal. To my understanding you can do something like such with the stack in assembly:[详细]
2023-04-06 09:09 分类:问答Top testing loop that initializes n registers in MIPS assembly
I can\'t find an example of this online and I don\'t even know where to start searching. I\'m pretty new to asm and I\'m taking a MIPS course at my college. I will say this is part of a homework assig[详细]
2023-04-06 06:55 分类:问答Is there a shift and copy cpu instruction that can be accessed from c#?
I need to take an 8 bit number on a 64 bit cpu and shift it to the right 8 times. Each time I shift the number I need to shift the same 8 bit number in behind it so that I end up with the same 8 bit n[详细]
2023-04-06 05:37 分类:问答