teamtempest wrote:
ATASCII, maybe. Screen code glyphs, maybe, in case a program is not bothering to convert whatever version of ASCII its host uses to screen codes at run time.
I'll take a look at that one
jcollie wrote:
You might use the Unicode control pictures to display the ASCII control codes rather than blanks:
For Un*x (and presumably Mac) it should already be UTF-8, though it complains a bit if I try to print character 127 (which is a delete character)
Windows has it's own crazy NOT QUITE UTF-16, but IIRC Microsoft has some character set translation functions.
GARTHWILSON wrote:
I haven't been following this closely; but do you have code page 437?
Don't think that should be an issue.
So far the memory dump is working, and the assembler is able to parse my derp test program:
Attachment:
Screenshot 2024-08-17 224008.png [ 61.4 KiB | Viewed 899 times ]
The jump to edit is much like the old goto dialog, but now you can just type in there.
Recognizes decimal, 6502/C style hex addresses.
Also handles special cases of: "zp", "zeropage", "sp", "stack" and "stackpointer" to jump straight to those locations.
You can also prefix with a + or - to do a relative jump.