Im first time here.I am a college student. I\'ve created a simple program by using assembly language. And im wondering if i can use loop method to run it almost samething as what it does below the pro
I\'ve a problem with Assembly 8086. I don\'t know how to use an 2D array. 开发者_如何学PythonWhen I m using like this
I\'m using a wireless modem program from my ISP. This program automatically disconnect when it detects the line is idle. It does so in 2-5 minutes of idle time. Whenever I reconnect, It will automatic
Instead of C/开发者_JAVA百科C++/Objective-C, is it possible to write parts of an ipad application in raw assembly?Anon didn\'t ask if it was acceptable to submit such an application to the App Store,
I\'ve got as far as telling VC++ to generate ASM files during compilation, which I never really used before. But it seems quite limited, like they are just extra files thrown out during the compilatio
I am currently studying for an exam I\'ll have on x86 assembly. I didn\'t have much luck googling for ":", too common of a punctuation mark :/
A while back I was following some tutorials an assembly. I was running it all on a windows machine, compiling with NASM and then writing the compiled code to a floppy disk, then reboot and try the cod
I am playing around with x86 assembly for the first time and I can\'t figure out how to sort an array (via insertion sort).. I understand the开发者_StackOverflow algorithm, but assembly is confusing m
I\'m using \".align 16 \\n\\t\" in some inline ARM assembly that is implemen开发者_高级运维ting some loops
I\'m studying 8086 assembly language at high school and I have this question: For example I have this number ABCD (hex). How is it stor开发者_StackOverflow中文版ed on the memory?