SOURCGEN Re-assembler for Atari 800 XL

ATARI HOME
Introduction
Definitions
Disk Contents
Starting SOURCGEN
Symbol-Table & Editor
Generating Source Code
- from an SMB file
- for the ATARI OS
Creating SMB files
The Function Keys
The Functions A - U
A. ADDR/symb search
B. BYTE-change
C. CODE-search
D. DELETE symbols
E. EDIT
F. FILE
G. GO
H. HEAD
I. INDEX
J. JUNK?
K. KEY (0..9)
L. LIST symbols
M. MINIMUM-label
N. NEW
O. OBTAIN symbols
P. PREPARE labels
Q. QUIT (1)
R. RE-ADDRESS
S. SAVE symbols
T. TRACE
U. UTILITY (V. 3.2)
The Fram-disk
Output Menu
Error Messages
Reference card
New in V.3.2

G. GO

1. <ADR1> [<ADR2>]

lists from <ADR1> to <ADR2>.

2. <ADR1> [<ADR2>]/<CHAR>

All code will be displayed according to the character <CHAR>. (See E. EDIT)

3. <ADR1> <ADR2>/D<x>:<FILENAME>

The listing will be written to disk in ATMAS-II format. (ASCII with $D (CR) at the end of each line.)
The extender ".SRC " will be added automatically.

4. <ADR1> [<ADR2>]/P

Tabs are replaced with spaces, and the listing is sent both to the screen and to an Atari printer.
The Atari-specific end of line $9B is used.
You can pause and continue at any time using <CNTRL>-1.

5. <ADR1> <ADR2> <VAL>/D<x>:<FILENAME> (V.3.2)

<VAL> = A -- Save listing as an ATARI ST or PC-compatible ASCI-file. (End of line: $A (LF) )
<VAL> = DA -- Save listing with $D, $A (CR, LF) at the end of each line.

6. <ADR1> <ADR2> <VAL>/P: (V.3.2)

Tabs are preserved, and the listing is sent to a PC-compatible printer.

Default end of line is $D (CR).

<VAL> = A -- Print with $A (LF) at the end of each line.
( Use this to send the listing to Notepad when using the Atari800Win Emulator .
Hit <Alt>-<e>. Then check "Enable P: patch for printer device" and "Use alternative print Command".
Make sure that "Notepad %s" appears in the next line. Click <OK>.
)

<VAL> = DA -- Print with $D, $A (CR, LF) at the end of each line.