initial upload

This commit is contained in:
Luxferre
2025-05-04 11:46:54 +03:00
commit 5810c2f985
22 changed files with 2146 additions and 0 deletions
+5
View File
@@ -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