How To Use Cartridge Simple ASM from Coral (Findings and questions)

By SvaboMSX

Resident (34)

SvaboMSX's picture

16-10-2018, 15:51

Hello To All,
sorry for my bad english.

Currently trying to run a cartridge with a assembler built in. Company Coral Simple ASM V1.0

Findings as far:
* starting the assembler environment from basic using "call start" or "call edt"
* assember editor works like basic editor. Line numbering, LIST command
* to assemble the code pressing "A"
* displaying registers and program counter by pressing "X"
* direct editing of memory location by using "M 8000h" as example
* by using using "S 8000X" quite similar to "M" -> but I can not see any difference
* Running Software with "R" ? <<- thats what I try figuring out.

Hit I run "R" then only my relais makes noise and nothing else is happening.

My question is:
How to quit the assembler editor and return to basic, so a call statement could be issued?
Does anybody has maybe a printed manual?

Thanks in advance, and maybe the findings so far have been useful for somebody

Regards
SvaboMSX

Login or register to post comments

By SvaboMSX

Resident (34)

SvaboMSX's picture

10-11-2018, 00:10

I found the answer by accident.....

simply type: bas

but other questions emerged...

Maybe this is a start for other people.

By Pencioner

Scribe (1565)

Pencioner's picture

10-11-2018, 00:23

try
CALL START
and
CALL EDT

By Jipe

Paragon (1614)

Jipe's picture

10-11-2018, 18:19

in the rom with hex editor you can see
LIST
LLIST
DELETE
SEARCH
LSEARCH
CHANGE
SAVE
MERGE
INT
MA