Initial
This commit is contained in:
19
as68hc11/code/test4.asm
Normal file
19
as68hc11/code/test4.asm
Normal file
@@ -0,0 +1,19 @@
|
||||
RAM equ 0000h
|
||||
THIS equ 0010h
|
||||
THAT equ 0020h
|
||||
OTHER equ 0030h
|
||||
org RAM
|
||||
bra THIS
|
||||
org THIS
|
||||
bra THAT
|
||||
org THAT
|
||||
bra OTHER
|
||||
org OTHER
|
||||
bra prdone
|
||||
prdone:
|
||||
clrb
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user