-
Notifications
You must be signed in to change notification settings - Fork 8
BASIC CALL Statement
Mike Hogsett edited this page Aug 29, 2024
·
4 revisions
TYPE: USB BASIC System statement
FORMAT: CALL address
Action: Causes Z80 to jump from it's current instruction location to address.
- address must be a 16 bit signed integer in the range -32768 and 32767.
- There must be valid machine language at address, or the Aquarius+ will crash.
Examples of CALL type:
CALL 15616
Begin executing machine code stored at memory location 15616.
S3 BASIC enhancement
- address can be a 16 bit integer in the range -65535 and 65535 ($0000 to $FFFF).
To Search for pages in the wiki, press Pages above and type a search term in the "Find a page..." box. Results will update beneath automatically.
- Aquarius+ User Guide
- Quick Start
- Hardware
- Software
-
Other Development Resources