prog8/docs/import-all-pet32.p8

14 lines
230 B
Plaintext
Raw Permalink Normal View History

2024-04-09 17:53:36 +00:00
; all library modules for the pet32 compiler target
2024-09-25 22:12:29 +00:00
%import anyall
%import buffers
%import compression
2024-04-09 17:53:36 +00:00
%import conv
%import cx16logo
%import math
%import prog8_lib
%import strings
2024-04-09 17:53:36 +00:00
%import syslib
%import test_stack
%import textio