Page 4 of 4

Re: Big Memory Model assembler?

Posted: Sun Mar 31, 2013 5:01 am
by BigEd
Excellent!

Re: Big Memory Model assembler?

Posted: Mon Apr 01, 2013 5:19 am
by potatohead
Adam, thanks for those. They are a big help!

Re: Big Memory Model assembler?

Posted: Mon Jul 22, 2013 6:39 am
by TMorita
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