Search found 1 match
- Tue Jan 02, 2024 7:42 pm
- Forum: Programming
- Topic: Assembler access to floating-point math functions
- Replies: 8
- Views: 62581
Re: Assembler access to floating-point math functions
You should be able to take a look at the documentation around X16 Reference - 05 - Math Library.md. There is a section, called "How to use the routines", with an example in assembly. You can see that abs() is $FE4E, int() at $FE2D, etc.