Initial
This commit is contained in:
28
as68hc11/code/CODE1.ASM
Normal file
28
as68hc11/code/CODE1.ASM
Normal file
@@ -0,0 +1,28 @@
|
||||
org 1000h
|
||||
bcc somewhere
|
||||
there:
|
||||
bra where
|
||||
where:
|
||||
bhi there
|
||||
bcc lbcc
|
||||
hang:
|
||||
beq hang
|
||||
this:
|
||||
beq this
|
||||
lbcc:
|
||||
jmp [1000h]
|
||||
bsr hang
|
||||
jmp somewhere
|
||||
nop
|
||||
; bcc somewhere
|
||||
nop
|
||||
org 1020h
|
||||
rts
|
||||
rts
|
||||
rts
|
||||
rts
|
||||
somewhere:
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user