Jump to content
IGNORED

Atari Basic - pausing during LIST command?


Smokeless Joe

Recommended Posts

I just recently exhumed my Atari 8-bit stuff so I'm really rusty on its use.

 

In Atari BASIC, when using the LIST command on a long program, is it possible to pause the LIST to examine certain lines, then un-pause it to continue the LIST? I have a dim memory that this is possible but I can't remember how it's done.

 

I'm not taking about using the BREAK key, that stops the LIST entirely. I remember using some modifiers, like LIST 100, 500 to list lines 100 through 500, but that's not quite what I'm after.

 

Any ideas? Thanks!

 

-Joe

 

 

Link to comment
Share on other sites

If you're using an emulator in some cases you can redirect P: output to a Notepad window.

 

e.g. LIST "P" sends the entire program listing. Then you can simply scroll through it in a seperate window.

Although the Atari control characters and some other symbols won't show up properly.

Link to comment
Share on other sites

http://www.atarimax.com/dis6502/ download and extract to a folder and then take the Atari.Fon file and install it in windows FONT folder. Open Notepad and make the usable font Atari Size '12' and all the ATASCI codes will be visible..

 

Also useable with other text editors... I like to use UltraEdit because of the hex mode global replace( Find 9B, Replace with 0D0A) will replace the Atari EOL 9B with carriage return , line feed. and vise versa to return 0D0A to 9B.

Edited by rdea6
Link to comment
Share on other sites

One caveat:

 

CTRL-1 on an emulator, used too often, can cause the emulator to freeze. I found this happens sometimes with Altirra.

 

I also suggest you get the program MemoPad at http://joyfulcoder.net ... it will allow you to view .LST files, and even convert ATASCII 155 (the carriage return code) to standard IBM ASCII CR/LF codes.

Edited by Synthpopalooza
Link to comment
Share on other sites

One caveat:

 

CTRL-1 on an emulator, used too often, can cause the emulator to freeze. I found this happens sometimes with Altirra.

 

I also suggest you get the program MemoPad at http://joyfulcoder.net ... it will allow you to view .LST files, and even convert ATASCII 155 (the carriage return code) to standard IBM ASCII CR/LF codes.

Bad link.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...