Another Day and More Code Written and Tested
I now have five Interpreter Instructions:
- Inline (for natice micro-code)
- JMP
- JZ (AX==0)
- Call
- RTN
Most the time was spent squeezing the code into a Page.
The code is roughly twice as long as the orginal code written for the unpaged TTA8 (i.e. Weird CPU). But much more difficult to write and test (i.e. more traps to avoid)!
More code to write:
- Push
- Pop
- Load Immediate
- Multiply
- Divide
- etc.
But it would be better to get the hardware going.
Just for the record, here is the counter code:
The current Emlator Version is 9.
AlanX
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.