index
:
sam/z80uPC
atlas
hardware
master
naopross
Microcomputer based on the Z80 processor
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sw-z80
/
hello
/
hello.s
blob: d5d3323177bb7a473433296f2ee378bdc9a574c2 (
plain
)
1
2
3
4
5
6
7
8
9
org
100
h
jp
.loop
.loop:
; main loop code
ld
a
,
1
jp
.loop
halt