1
0
mirror of https://github.com/irmen/prog8.git synced 2024-12-29 19:31:40 +00:00
prog8/docs/import-all-atari.p8

14 lines
230 B
Plaintext
Raw Normal View History

2024-04-09 17:53:36 +00:00
; all library modules for the atari 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