flat assembler
Message board for the users of flat assembler.
Index
> Main > [fasmg] How to declare a "::" label with calculated address? |
Author |
|
Tomasz Grysztar 02 May 2017, 20:46
The addressing space need to be specified through its own symbol. You can however try something like this:
Code: label pelbl.hdr at 40h
pelbl.hdr.area equ pelbl.src Code: load test:2 from pelbl.hdr.area : pelbl.hdr Or something even simpler: Code: pelbl.hdr equ pelbl.src : 40h load test:2 from pelbl.hdr |
|||
02 May 2017, 20:46 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.