unit fastmath

Fast Math

author: Cruzer/Camelot, Tebe/Madteam


https://codebase64.org/doku.php?id=base:6502_6510_maths

Interface:

name:description:
FillSin

procedure FillSin(p: pointer; eor,add: byte); assembler;


https://codebase64.org/doku.php?id=base:generating_approximate_sines_in_assembly
    FillSinLow

    procedure FillSinLow(p: pointer);


    Sine value table ($7f, $08)
      parameters:
    • P - pointer to array (low address = 0)
    FillSinHigh

    procedure FillSinHigh(p: pointer);


    Sine value table ($ff, $10)
      parameters:
    • P - pointer to array (low address = 0)