mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
; all library modules for the pet32 compiler target
|
||
|
|
||
|
%import conv
|
||
|
%import cx16logo
|
||
|
%import diskio
|
||
|
%import math
|
||
|
%import prog8_lib
|
||
|
%import string
|
||
|
%import syslib
|
||
|
%import test_stack
|
||
|
%import textio
|