repo.or.cz
/
debian-beebasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump changelog
[debian-beebasm.git]
/
examples
/
local-forward-branch-2.6502
blob
e46fd6593bc3c2c6e32cf30583f42cea8273dea6
1
org &2000
2
3
macro branch_if_eq target
4
beq target
5
endmacro
6
7
.start
8
9
.ok
10
for i,1,65
11
lda #65
12
next
13
{
14
cmp #65:branch_if_eq ok:jmp boom:.ok
15
}
16
rts
17
18
.boom
19
lda #7:jsr &ffee
20
jmp boom
21
22
.end
23
24
save "test", start, end