Initial
This commit is contained in:
16
as68hc11/code/test8.asm
Normal file
16
as68hc11/code/test8.asm
Normal file
@@ -0,0 +1,16 @@
|
||||
RAM equ 0000h
|
||||
THIS equ 0010h
|
||||
END equ 0020h
|
||||
org RAM
|
||||
inx
|
||||
bra THIS
|
||||
org THIS
|
||||
ldab THIS
|
||||
bra END
|
||||
org END
|
||||
ldab END
|
||||
rts
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user