1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-06 00:28:55 +00:00
millfork/include/loader_1c01.mfk

20 lines
229 B
Plaintext
Raw Normal View History

#if not(CBM)
#warn loader_1c01 module should be only used on Commodore targets
#endif
2019-08-15 23:09:03 +00:00
const array _basic_loader @$1C01 = [
2017-12-06 23:23:30 +00:00
$0b,
$1C,
10,
0,
$9e,
$37,
$31,
$38,
$31,
0,
0,
0
]