vonsim
vonsim copied to clipboard
A CPU Simulator for MSX88-style assembly programs.
This code shows no error, but It doesn't allow to run: ``` org 1000h TABLA DB 1, 2, 3, 4, 5 FIN_TABLA DB ? org 2000h MOV CL, OFFSET FIN_TABLA...
Don't show numbers, just gray them out
The following program silently fails because of the ":" in the variable definition. ````org 1000h a: dw 4 org 2000h hlt end ````
Currently, a marker is added to the gutter to indicate lines with error. If the parser can provide more info about which substring of the line caused the error, highlight...