Menu

#58 Labels relative to a label

None
open
nobody
None
1
2015-04-14
2012-10-23
No

There should be an option to create labels relative to a label. For example:

L1 .byte $00
L2 .byte $40

LDA L1
STA $C0
LDA L2
STA $C1

=>

L1 .word $4000

LDA L1
STA $C0
LDA L1+1
STA $C1

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.