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

Currently using the default assembly x86 highlighter that Ace editor provides; it misses some instructions like jump, jc, jnc, EQU, etc, and allows other such as eax. Use Ace's mode...

enhancement
webapp

On the instructions, the tooltip shows the instruction, its encoding, an explanation of how to encode, and higlights the byte selected. On variable definitions, it shows the instruction that generated...

enhancement
webapp

Add screen and keyboard devices. implement int N instruction

enhancement
simulator

For example, if `mov var,ax` is executed, scroll to the address of the var variable and highlight it and its value. Also, the `ax` register should be highlighted.

enhancement
webapp

Don't allow it for IO memory stuff because of synchronization issues with the devices. The modification should be equivalent to a mov register/memory, immediate value (this should be executed in...

enhancement
webapp

Right now, the execution model works instruction by instruction. Allow each instruction to generate a list of *microcode* instructions to perform cycle by cycle execution. In each cycle only one...

enhancement
webapp
simulator