StephenHermer.com
Writing, Iguanas, and Electronics

Code Samples

This section includes small, reusable code sequences to make initial programming efforts easier.

The Assembler and Disassembler are available, with an emulator in development (as of June 20, 2020).

Example:

Source code, assembled hexadecimal, and disassembled comparison.

The disassembler does not attempt to rebuild the source code, as it is more useful to see the actual 16-bit words and addresses for debugging and optimization purposes.