Anachronaut
|
228cf0593a
|
Added stuff. Fixed bug.
Data Pointer value now properly displayed in debug mode.
Added conditional calls to match conditional branches.
|
2024-10-31 13:30:15 -04:00 |
|
Anachronaut
|
c64f097810
|
Added bit shift instructions.
SHL and SHR treat A and B as a 16 bit circular shift register and rotates them either left or right.
|
2024-10-30 16:06:33 -04:00 |
|
Anachronaut
|
a58fb3d694
|
Added new instructions.
Added CCF - Clear Carry Flag
Added BRC - Branch on Carry Flag
Improved CALL and RET - All registers but status now saved and restored.
|
2024-10-29 21:04:03 -04:00 |
|
Anachronaut
|
992e44ca12
|
CALL and RET instructions.
Changed PSHP and POPP into CALL and RET, streamlining their use for subroutine calls.
Updated Assembler and Emulator.
New demonstration programs.
|
2024-10-27 19:18:54 -04:00 |
|
Anachronaut
|
a17af6eff7
|
Update Assembler.c
|
2024-10-26 15:46:09 -04:00 |
|
Anachronaut
|
dfa5ad2638
|
Assembler Completed
Added the Assembler.
Added instructions for the assembler to README.md
Added Assembler Manual
Modified Makefile to build the Assembler.
|
2024-10-26 15:31:24 -04:00 |
|