Assembly

If you are already well familiar with the assembly language, you may wish to skip this section. Why assembly? Debugging demands the knowledge of the assembly language. If you wish to become a serious programmer, you might like to read up more about this fascinating language. This section will only give you enough info for intermediate level of programming with assembly.

Registers: General Purpose, Segment, Monitor, Flag, Using registers.
Commands: Call, CMP, INT, JMP, Jumps, LODS?/STOS?, Loop, MOV, MOVS?, Rep.
More: Arithmetic Operations.


NOTE: This version of Hackman does not allow you to assemble directly parts of code. To do this, you may use Dos Debug that comes with Dos version 6.22 or Windows 95.

Return