1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-04 16:29:52 +00:00
millfork/include/loader_0401.mfk

20 lines
220 B
Plaintext

#if not(CBM)
#warn loader_0401 module should be only used on Commodore targets
#endif
array _basic_loader @$401 = [
$0b,
4,
10,
0,
$9e,
$31,
$30,
$33,
$37,
0,
0,
0
]