Apple II User Manual

Page of 257
*
{adrs}T
Step infinitely. The TRACE command stops only when it executes a BRK instruction
or when you press RESET. (T=trace)
*
Contrl-E
Displays the contents of the 6502's registers. (E=examine)
*
I
Set Inverse display mode.
*
N
Set Normal display mode. Also useful as a delimiter for putting multiple commands
on one line.
*
Control-B
Enter the language currently installed in the Apple's ROM (cold start at $E000).
*
Control-C
Reenter the language currently installed in the Apple's ROM (warm start at $E003).
*
{val1}+{val2}
Add the two values and print the result.
*
{val2}-{val1}
Subtract the second value from the first and print the result.
*
{slot} Control-P
Divert output to the device whose interface card in in slot number {slot}. If
{slot}=0, then route output to the Apple's screen.
*
{slot} Control-K
Accept input from the device whose interface card is in slot number {slot}. If
{slot}=0, then accept input from the Apple's keyboard.
*
Control-Y
Jump to the machine language subroutine at location $03F8. This lets you add your
own commands to the Monitor.
The Mini-Assembler.
*
F666G
Invoke the Mini-Assembler.
*
${command}
Execute a Monitor command from the Mini-Assembler.
*
FF69G
Leave the Mini-Assembler.