mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-19 12:32:08 +00:00
10 lines
490 B
Plaintext
10 lines
490 B
Plaintext
|
/* vcsfoot.h02 - C02 Footer File for Atari 2600 *
|
||
|
* The last line of the program must be *
|
||
|
* #include <vcsfoot.h> *
|
||
|
* The following two labels must be present in the program *
|
||
|
* irqbrk: subroutine to call when a BRK instruction is encountered *
|
||
|
* start: program start on power up */
|
||
|
|
||
|
#pragma vartable //Write Variable Table
|
||
|
|