How to build.....

A forum for users of EhBASIC (Enhanced BASIC), a portable BASIC interpreter for 6502 microcomputers written by Lee Davison.
Post Reply
phillhs
Posts: 12
Joined: 23 Nov 2008

How to build.....

Post by phillhs »

Hi,

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

Cheers.

Phill.
DaveK
Posts: 34
Joined: 30 Aug 2008
Location: Kent, UK

Post by DaveK »

You can assemble in the simulator and save an image of the memory, that's what I do.
phillhs
Posts: 12
Joined: 23 Nov 2008

Post 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.
User avatar
RichCini
Posts: 156
Joined: 03 Sep 2003
Location: Long Island, NY
Contact:

Post 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.
Post Reply