This commit is contained in:
2024-08-07 09:12:07 -04:00
parent ca445435a0
commit fdfadd5c7e
1021 changed files with 73601 additions and 0 deletions

34
as68hc11/code/TEST2.ASM Normal file
View File

@@ -0,0 +1,34 @@
org 1000h ; set base of code to 1000h
bcc start ; jump target
jmp start
jmp start
rts ; return from subroutine
rts ; return from subroutine
; start equ * ; macro reference
; start equ 70h
start:
nop ; no operation
nop ; no operation
nop ; no operation
nop ; no operation
bcc start
jmp start
rts ; return from subroutine
jmp foo
org 2000h
nop
nop
nop
nop
jmp start
foo: