mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
|
; all library modules for the atari compiler target
|
||
|
|
||
|
%import anyall
|
||
|
%import buffers
|
||
|
%import compression
|
||
|
%import conv
|
||
|
%import math
|
||
|
%import prog8_lib
|
||
|
%import string
|
||
|
%import syslib
|