[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LISA assembler
Hi,
I tried the Apple Oasis solution:
I set the slot 1 to Communication card + "clipboard" as output file
with a "close after" option = 15 seconds.
It's possible to print a lisa source file with the following cmds (and
source loaded in memory):
<ctrl-D>PR#1
L
<ctrl-D>PR#0
And to paste the result in notepad with ctrl-V.
It runs but... Lisa wrote the line number on every row.
So there is an extra work to delete them.
I downloaded the lastest Ciderpress version (I was using 2.1.0 without
the new lisa options).
And it's perfect!
I exported my sources as txt files and imported them as T.source files
(with the options "use tags & guess type from extension + convert txt
file by file type" to avoid the bit 7 and 0D0A/8D terminator problems).
And then inside Merlin, I used few C" " " commands to kill the bad
spaces.
Now, I just have to convert the unknown LISA assembler directives (EPZ,
...) to finish the work.
Right, the only problem is for ASCII strings with more than 1 space.
Thanks a lot for your help.
JM