-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSRCFILE
More file actions
executable file
·12 lines (12 loc) · 804 Bytes
/
Copy pathSRCFILE
File metadata and controls
executable file
·12 lines (12 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
test start 1000
first ldx zero
lda zero
loop ldch str1,x
stch str2,x
tix count
jlt loop
str1 byte c'hello'
str2 resb 5
zero word 0
count word 5
end first