Post Reply 
HP BASIC (Series 200/300): Detokenizer
07-30-2019, 01:00 PM
Post: #11
RE: HP BASIC (Series 200/300): Detokenizer
(07-30-2019 07:30 AM)gintilisano Wrote:  ...
Then I load the diskette in Olivier simulator, use the BASIC SAVE command to store a ASCII program file, I save the LIF image and extract the file with LIF utilities.
The ASCII file must be converted in text format, i use the followin QB64/QB45 code
...

Great !

The last step (converting the HP ASCII file into pure text file) could be avoided since Olivier's emulator simulates a printer at address 701.
You could have just done:
PRINTER IS 701; WIDTH OFF ! width off used to avoid line breaks after 80 char.
LIST
and get the text file into the file printer-xxx.txt in the current emulator directory.

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP BASIC (Series 200/300): Detokenizer - J-F Garnier - 07-30-2019 01:00 PM



User(s) browsing this thread: 1 Guest(s)