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

C. CODE search

1. <ADR1> <ADR2> <ADR3>

searches from <ADR1> to <ADR2> for the occurrence of address <ADR3> within a command.
When <ADR3> is found, hit <RETURN> to exit or any other key to continue searching.

2. ADR1> <ADR2> <CON>/#

searches from <ADR1> to <ADR2> for the occurrence of constant <CON> within a command.
When <CON> is found, hit <RETURN> to exit or any other key to continue searching.

3. <ADR1> <ADR2> <WORD>/W (V.3.2)

Searches from <ADR1> to <ADR2> for the double byte <WORD>.
This function is much faster than the other two CODE-search functions because it does not take into account the way the code is displayed.