mirror of
https://github.com/soconnor0919/eceg431.git
synced 2025-12-11 22:54:43 -05:00
project04: complete
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user