]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/cc65_sincos.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / cc65_sincos.s
index d0b1082975dea72185e129b8f343dcb7b6754104..6baba8bb3dafbbf88d12b80aa57bec69df8a177c 100644 (file)
@@ -1,6 +1,9 @@
 ;
 ; Fixed point cosine/sine functions.
 ;
+; int __fastcall__ cc65_sin (unsigned x);
+; int __fastcall__ cc65_cos (unsigned x);
+;
 ; Returns the cosine/sine for the given argument as angular degree.
 ; Valid argument range is 0..360 for both functions. They will return
 ; garbage if the argument is not in a valid range. Result is in 8.8 fixed