mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Add target pragma to conio-atari example
This commit is contained in:
parent
24a83558e8
commit
6d84bc1ada
@ -1,3 +1,6 @@
|
||||
// Example usages of conio for Atari XL target.
|
||||
|
||||
#pragma target(atarixl)
|
||||
#pragma encoding(atascii)
|
||||
#pragma zp_reserve(0x00..0x7f)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user