Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Hi, I have problems with the syntax used by gcc compiler in asm blocks (It makes me confused -.-, I have already tried but there are mistakes in my code). Can anyone help me writing the functions for insb, insw, outsb and outsw functions?
An other question, how does AAA instruction work? I mean if I want to emulate it with simpler instructions what are the steps?
Just a hint: If you can't get used to it at all, you may want to try -masm=intel as a command line option, which tells gcc (and gas) to use the Intel syntax.