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
I\'ve been trying to figure out how to do a nand bitwise operation in assembly but have been unsuccessful.I\'m tried to write a logic gate simulator that will essentially produce this truth table for
What\'t wrong with that macro on X86 GNU Assembly? It says the symbol S is undefined during linking. .macro S size=40
so we are using a pdp 11 simulator and i am trying to subtract one register from another this way: sub r2, r4
So I\'d like to be able to hook [NSEvent mouseLocation] at the system level, and basically have it return what I\'d like.
I am wondering how to go about writing a program to permanently remove files from my hard drive. I know that my program needs to at least have the same functionality as \"rm\" in terms of removing the
I was reading The Art of Assembly Language (Randall Hyde, link开发者_如何转开发 to Amazon) and I tried out a console application in that book. It was a program that created a new console for itself us
I\'ve got a case where I need to compress a lot of often small values. Thus I compress them with a variable-length byte encoding (ULEB128, to be specific):
I am trying to write code that compares 2 strings. Let\'s assume that string1 is referred to by SI and string2 is referred to by DI and that each string length is开发者_如何学编程 50.
I\'m trying to assemble a small piece of x86 code. I\'m on a 32 bit machine and I have written the following code. It should just add values into eax and the开发者_如何转开发n return. I realize there