diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-15 19:37:42 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-15 19:37:42 -0500 |
commit | 3344d86d906405843827c098b3da98b7f7855df1 (patch) | |
tree | 64da23b0ac416e71502237d9e0602b2b6f6393e8 /data/trig.s | |
parent | e09e1da6c252e17cf6db429ad142b05dbf156548 (diff) |
move trig data to C
Diffstat (limited to 'data/trig.s')
-rw-r--r-- | data/trig.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/trig.s b/data/trig.s deleted file mode 100644 index 6f9c95971..000000000 --- a/data/trig.s +++ /dev/null @@ -1,10 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -@ 8208344 - .include "data/sine_table.inc" - -@ 82085C4 - .include "data/sine_degree_table.inc" |