This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/tptlibrary/tpt_syscalls.asm
2012-09-10 12:47:25 +01:00

13 lines
213 B
NASM

code
equ sin -104
equ cos -105
equ atan2 -106
equ sqrt -107
equ floor -108
equ ceil -109
equ error -110
equ print -111
equ partCreate -112
equ partChangeType -113