User Tools

Site Tools


makesin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
makesin [2013/01/10 21:47] darkbytemakesin [2017/02/16 13:34] (current) darkbyte
Line 1: Line 1:
-==== makesin (fast, approximated) ==== +====Sinus table generators==== 
-//fast generator via approximation of x^2 parabola//+ 
 +---- 
 + 
 +**__makesin (fast, approximated)__**
  
 <code z80> <code z80>
 +;fast generator via approximation of x^2 parabola
 +;Copyright © 2012 Busy, optimized by Zilogat0r
 +
 mksin:    ld    bc,sintab mksin:    ld    bc,sintab
           ld    d,c           ld    d,c
Line 30: Line 36:
 sintab:   ds    256 sintab:   ds    256
 </code> </code>
-Copyright © 2012 Busy, optimized by Zilogat0r 
  
-==== makesin (alternative) ====+---- 
 + 
 +**__makesin (alternative)__**
  
 <code z80> <code z80>
Line 159: Line 166:
 </code> </code>
  
-Navigation: [[general]] . [[math]] . [[graphic]] . [[sound]] . [[system]] . [[other]] . back to [[start]]+---- 
 + 
 +**Navigation: [[general]] . [[math]] . [[graphic]] . [[sound]] . [[system]] . [[other]] . back to [[start]]**
makesin.1357850845.txt.gz · Last modified: 2013/01/10 21:47 by darkbyte