Code cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user