vonsim icon indicating copy to clipboard operation
vonsim copied to clipboard

A CPU Simulator for MSX88-style assembly programs.

Results 26 vonsim issues
Sort by recently updated
recently updated
newest added

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 ````

bug
compiler
good first issue

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...

enhancement
compiler
webapp
good first issue