Miscellaneous updates and corrections

This commit is contained in:
Rangi
2020-04-23 16:10:46 -04:00
parent 2d3a94b7c4
commit b50dd57cbb
7 changed files with 38 additions and 35 deletions

View File

@@ -51,7 +51,7 @@ calc_sine_wave: MACRO
; input: a = a signed 6-bit value
; output: a = d * sin(a * pi/32)
and %111111
cp %100000
cp %100000
jr nc, .negative\@
call .apply\@
ld a, h