summary refs log tree commit diff
path: root/pc-thing/code/hi.a
blob: 62b1db8945de56d2734b8dde1ff0d56cd82a654e (plain)
1
2
3
4
5
6
7
8
9
10
11
start:
    mov a 1
    mov b 1
    mov c [helloworld]
    sys
    halt

helloworld:
.str "Hello, World!"
.hex 0xA
.hex 0