Close

Initial coding of the disassembler is done, now time for debugging

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 05/11/2020 at 15:170 Comments

The initial coding phase of work on the disassembler is now complete. Now I just have to get the bugs out... (of which there certainly are many; right now it will not even decode a BL instruction properly). The disassembler turned out to weigh in at about 20K, smaller than I expected, but that is probably because of how aggressively I excluded instructions not used by zeptoforth.

Discussions