Another slight improvement!
I suggest to download this version.
Changes in this new release are these:
Fixed some bugs existing in the debugger.
Specifically I fixed some bugs and I added a special check in the core of cpu simulation that allows you to always have control of the keyboard when the simulated code becomes uncontrollable (infite loop, dead code, illegal code, ecc...)
The ability to see the screen update in real time during the debugging of the assembly code, when we press the key <d> to enter in debug mode.
I have introduced the reset of the screen with a random test routines and I added the cleanliness of the video memory.
I corrected an error caused by the key <END> in the text editor.
I added the function delayms(int milliseconds) already present in the conio library..
Limitations of ALS opcode:
The syntax ALS EQU ALS is still not allowed by the compiler. This option would make it possible to use an alias for ALS opcode.
This syntax is only available at source code level.
Anonymous