I\'m trying to learn assembly using Dr Paul Carter\'s pcasm book: http://www.drpaulcarter.com/pcasm/ The author doesn\'t packaged Mac OS X samples, then I\'ve started using from linux sources. Here i
I\'m attempting to write a very simple OS in ASM and C. (NASM assembler) I would like to access the sound card directly, with or without drivers.
I\'m following this tutorial on x86 assembly. Every example so far u开发者_如何学Goses what the author calls a \"c-driver\" program, compiled with the assembly module, for means of some \"initializati
I have a number stored in dl, and I need this to work for numbers up to three digits? Here is the working code for digits 0-9.
I\'ve been stuck with this for weeks now and have no idea where I\'m going wrong because NASM hasn\'t given me any errors. The code is pretty self explanatory because of the comments.