Commit Graph

9 Commits

Author SHA1 Message Date
n loewen 3af5d66626 Feature (simulator): Implement Negative, Zero, and Overflow flags 2023-08-15 15:22:21 +01:00
n loewen b1dc2a7c7e Feature: WIP: Replace CHP and CFC instructions with FHP and FTG (carry flag is implemented, other flags are not) 2023-08-15 12:04:48 +01:00
n loewen 5fa20c3963 Assembler: always add an END at the end of the output 2023-08-03 15:53:59 +01:00
n loewen d3134aa9e6 Add constants to assembler 2023-08-03 15:50:37 +01:00
n loewen a0892109a6 Implement NOP 2023-08-03 15:05:50 +01:00
n loewen fdd63177f7 Move display memory back to $00 to make programming easy 2023-08-03 08:34:58 +01:00
n loewen 6883adcd71 Fix/implement relocatable display memory 2023-08-02 15:28:18 +01:00
n loewen cb186b0f3b Create test program for ADD and SUB 2023-08-02 15:09:35 +01:00
n loewen 29b6097585 Track tests 2023-08-01 15:51:59 +01:00