cardiograph-computer/test-programs
n loewen 501910b17f Feature: Keypad simulation!
Refactor: Tidy up constants use for machine configuration
2023-08-16 16:23:59 +01:00
..
add-sub.asm Create test program for ADD and SUB 2023-08-02 15:09:35 +01:00
constants.asm ! Refactor (assembler): Chance constant prefix from '=' to '#' 2023-08-16 09:35:37 +01:00
fill-display.asm 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
flag-carry--fhp-ftg.asm 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
flag-overflow.asm Feature (simulator): Implement Negative, Zero, and Overflow flags 2023-08-15 15:22:21 +01:00
jmp-to-label.asm Track tests 2023-08-01 15:51:59 +01:00
keypad.asm Feature: Keypad simulation! 2023-08-16 16:23:59 +01:00
nop.asm Implement NOP 2023-08-03 15:05:50 +01:00
referencing-addr-during-assembly.asm ! Refactor (assembler): Chance constant prefix from '=' to '#' 2023-08-16 09:35:37 +01:00
relocate-display-mem.asm Move display memory back to $00 to make programming easy 2023-08-03 08:34:58 +01:00
subroutines.asm Update sketch to suggest use of `*ADDR` 2023-08-15 21:31:35 +01:00