cardiograph-computer/test-programs
n loewen 8f9f50e28c Update sketch to suggest use of `*ADDR` 2023-08-15 21:31:35 +01:00
..
add-sub.asm Create test program for ADD and SUB 2023-08-02 15:09:35 +01:00
constants.asm Assembler: always add an END at the end of the output 2023-08-03 15:53:59 +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
nop.asm Implement NOP 2023-08-03 15:05:50 +01:00
referencing-addr-during-assembly.asm Feature: Add `*ADDR` assembly operation (`*ADDR`, used as an operand, is replaced with the memory address where the current line will be stored after assembly) 2023-08-15 21:29:28 +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