mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Preliminary Apple II support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
array hires_page_1 [$2000] @$2000
|
||||
array hires_page_2 [$2000] @$4000
|
||||
|
||||
asm void bell() @$FBE4 extern
|
||||
|
||||
asm void putchar(byte a) @$FDED extern
|
||||
Reference in New Issue
Block a user