summaryrefslogtreecommitdiff
path: root/home/sine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/sine.asm')
-rw-r--r--home/sine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/sine.asm b/home/sine.asm
index 821f7c47..3601e1eb 100644
--- a/home/sine.asm
+++ b/home/sine.asm
@@ -1,4 +1,4 @@
-Cosine::
+Cosine:: ; unreferenced
; a = d * cos(a * pi/32)
add %010000 ; cos(x) = sin(x + pi/2)
; fallthrough