kyperbelt / TTP-Compiler

A compiler/assembler for files written in ttpasm to work with Tak's Toy Processor.
MIT License
4 stars 0 forks source link

Stack dump is undocumented in the -help command. #4

Open Nes370 opened 3 years ago

Nes370 commented 3 years ago

The stack dump feature of the trace analyzer is not mentioned by the help command. Also, dump_memory(&self) is warned as an unused function.

kyperbelt commented 3 years ago

Ok - Ill work on getting this fixed. Was holding out until I refactored the entire help message formatting code.