project04: complete

This commit is contained in:
2025-09-10 15:48:45 -04:00
parent 2231d4c97c
commit 4025e16dd8
2 changed files with 7 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
(LOOP) // main loop
// check kb input
@KBD // sel kb reg
@KBD // sel kb
D=M // load kb value to data
@FILL_BLACK // sel fill black
D;JNE // jump if key pressed (jump not equal? non-zero)