News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu

How can I translate a basic program for the CPC into text?

Started by funkheld, 11:47, 15 November 18

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

funkheld


Hi good afternoon.


How can I translate a basic program for the CPC into text?
Is it somehow with Javacpc?


Thank you.
Greeting

Audronic

Can you save the Program as an " ascii ' file it should then be readable ?


Save"xxx",a


Ray
Procrastinators Unite,
If it Ain't Broke PLEASE Don't Fix it.
I keep telling you I am Not Pedantic.
As I Live " Down Under " I Take my Gravity Tablets and Wear my Magnetic Boots to Keep me from Falling off.

ervin

Here's how I do it.

In WinAPE, in the settings you'll find the "Other" tab.
On this tab is the Printer section.

Set the printer to "File", and then select a text file (or enter the full path and file name of a text file).
I simply use C:\printer.txt

Then in the CPC window, type:

list #8

That will output whatever BASIC program is in the CPC's memory to the printer text file.

https://www.dropbox.com/s/bed1s6ttovt86e7/list8.png?dl=0

Fessor

To keep long Basic Lines complete set the printer width to 255.

width 255
list #8


Powered by SMFPacks Menu Editor Mod