prog8/compiler/res/prog8lib/prog8_math.p8

6 lines
80 B
Plaintext
Raw Permalink Normal View History

prog8_math {
%option no_symbol_prefixing
%asminclude "library:math.asm"
}