initial upload
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
; Simple 10-character echo test for n808 VM
|
||||
|
||||
dca 10 11 ; set the newline character to loc 11
|
||||
ipc 1 10 ; input characters from loc 1 to loc 10
|
||||
ouc 1 11 ; output them right away along with the newline
|
||||
Reference in New Issue
Block a user