Big Memory Model assembler?
Re: Big Memory Model assembler?
Excellent!
-
potatohead
- Posts: 27
- Joined: 26 Feb 2013
Re: Big Memory Model assembler?
Adam, thanks for those. They are a big help!
Re: Big Memory Model assembler?
If I remember correctly, I wrote FASM to support 24-bit addresses.
Like most assemblers, it uses #< and #> for the low 8-bits of an address and the high 8-bits of an address, and #^ for the bank (upper 8-bits of a 24-bit address).
It uses the S28 S-record format, so it can output the final data correctly.
Toshi
Like most assemblers, it uses #< and #> for the low 8-bits of an address and the high 8-bits of an address, and #^ for the bank (upper 8-bits of a 24-bit address).
It uses the S28 S-record format, so it can output the final data correctly.
Toshi