prog8/compiler/res/prog8lib/virtual/math.p8

8 lines
239 B
Plaintext
Raw Normal View History

2022-03-19 00:20:01 +00:00
; Internal Math library routines - always included by the compiler
;
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
math {
2022-04-11 18:55:06 +00:00
; required by the compiler, but the vm implements all math operations as instructions.
2022-03-19 00:20:01 +00:00
}