mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 16:34:15 +00:00
10 lines
132 B
C
10 lines
132 B
C
/* Generic 6502 header file */
|
|
|
|
//int getchar() = $f000
|
|
//void putchar() = $f002
|
|
|
|
#label exit $FF00
|
|
|
|
#origin $0300
|
|
|