cardiograph-computer/test-programs
n loewen 16f85d3b9f (tests) flag-overflow-2 - Fix: comment out date 2023-09-02 13:39:47 -04: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
draw-xy.asm (tests) - draw-xy - Change selected pixel to (3, 3) 2023-08-25 11:06:34 +01:00
fill-display.asm (tests) fill-display - Fix typo / Change constant names to increase clarity and make it easier to update if the flag IDs change again 2023-08-23 21:22:16 +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-2.asm (tests) flag-overflow-2 - Fix: comment out date 2023-09-02 13:39:47 -04: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 cpu - Change flags from NZOC to ONZC 2023-08-23 15:30:06 +01:00
life.asm (tests) WIP - Create a rough, partial sketch for an implementation of Conway's Game of Life 2023-08-28 15:31:57 -04:00
move-pixel-with-keypad.asm (tests) move-pixel-with-keypad - Change keys to match new mapping / WASD 2023-08-26 16:45:14 -04:00
nop.asm Implement NOP 2023-08-03 15:05:50 +01:00
referencing-program-counter-during-assembly.asm assembler - WIP - Start adding a 'set the initial IP to assembler to' feature + Start adding a 'return debug data as well as machine code' feature 2023-08-21 16:08:58 +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