Anyone knows where I can look up the whole (or at least most significant) instructions and their meaning on the internet? A book perhaps? Thanks.
Hers a link to an opcode table http://www.jegerlehner.ch/intel/opcode.html
but inside masm32 is opcode.hlp which lists most instructions.
a search on google or intels site will also provide the same.
Hope this helps.
prs
but inside masm32 is opcode.hlp which lists most instructions.
a search on google or intels site will also provide the same.
Hope this helps.
prs
yeah... but the opcode help file in the masm installer does not have much infomation on fpu.
i included in the zip file:
1) two fpu tutorials i found somewhere
2) "Helppc": a complete reference for opcodes in assembly, a reference for c, interrupts reference, etc, etc..
hope that helps..
1) two fpu tutorials i found somewhere
2) "Helppc": a complete reference for opcodes in assembly, a reference for c, interrupts reference, etc, etc..
hope that helps..