-----------------------------
Table of Contents
------------------------------
I. Introduction
II. Registers
II.a 32 Bit Registers
II.b 16 Bit Registers
III. Commands
III.a JMP
III.b MOV
III.c Push/Pop + The Stack
III.d alloc/label/registersymbol
III.e Call and Ret
III.f Others
IV. Array of Bytes
V. Conclusion
VI. Credits/Acknowledgements
BONUS: Writing a Script
------------------------------
I. Introduction
------------------------------
'Ello there, I assume one of two things because you're reading this.
1) You're trying to learn Auto Assembler (I won't call you a noob, because everybody has to start somewhere, right? =) )
or
2) You want to test your Auto Assembler knowledge (to an extent).
Now, if the first of the two is correct, then take each part slowly, and make sure you understand a section before going on ahead.
求解......