Page 1 of 1

How to build.....

Posted: Sat Nov 29, 2008 6:34 am
by phillhs
Hi,

What assembler should I use to build EhBasic if not using the simulator ?

Cheers.

Phill.

Posted: Thu Dec 04, 2008 1:12 am
by DaveK
You can assemble in the simulator and save an image of the memory, that's what I do.

Posted: Thu Dec 04, 2008 10:42 am
by phillhs
DaveK wrote:
You can assemble in the simulator and save an image of the memory, that's what I do.
Yeah I eventually worked out how to do that :)

However as a more perminent solution I converted the code (via a conversion program, written in delphi), to assemble with BeebAsm, as this is what I was using for other projects, that seems to work fine now.

Cheers.

Phill.

Posted: Thu Dec 04, 2008 7:44 pm
by RichCini
DaveK wrote:
You can assemble in the simulator and save an image of the memory, that's what I do.
I actually have used the freeware TASM 3.01 (Table Assembler) from Squak Valley Software. I don't remember if I had to do some preprocessor conversions (like the format of preprocessor directives... "db" versus ".db" for instance) but as I recall, it didn't take long to do.