CALL_(addr) question
[Prev][Next][Index][Thread]
CALL_(addr) question
How does the CALL_(addr) function work? Is the following code similar to
what it should look like in a shell?
#DEFINE CALL_(addr) ld hl,addr \ ld de,(PROGRAM_ADDR) \ add hl,de \ call hl
TIA,
Thomas J. Hruska
|----------------------------------------------------|
| Shining Light Productions |
| "Meeting the needs of fellow programmers" |
| |
| C/C++ programs |
| QBasic programs |
| JavaScript |
| TI-82 ASM |
| TI-Basic |
| HTML |
| |
| Search for our web site at |
| www.geocities.com/SiliconValley/Heights/8504/ |
| |
| We use a dynamic web server for most of our |
| documents!!! |
| Soon to go to a full JavaScript 1.1 web site! |
|----------------------------------------------------|