SamCoVT / TaliForth2

A Subroutine Threaded Code (STC) ANSI-like Forth for the 65c02
Other
29 stars 5 forks source link

Tali's disassembler should do better with literals #7

Closed SamCoVT closed 1 year ago

SamCoVT commented 1 year ago

When using the see command, Tali's disassembler gacks on data mixed in with the assembly. While this can't be handled in all cases, it could notice the address of the literal runtime and do something a bit smarter. Special handling for literals, at a minimum, would be nice.

It would also be nice to print the names of routines for JSRs when a name can be found.

Notes for later: Starting with XT int>name name>string type