Code cleanup.

This commit is contained in:
2023-06-29 20:53:39 -05:00
parent 2918f2964d
commit 3031fa8b9b
6 changed files with 16 additions and 53 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
.db MAX_LENGTH 32;MAX_MEM - MAX_LENGTH
.db MSG "Hello, World!", 0
_start:
__start:
copy r1, MSG ; Pointer into r1
copy r8, VIDEO_MEM
call strlen