60 long durationInCycles = ( _duration / 20 ) & 0xffff;
void cpu_math_div2_const_16bit(Environment *_environment, char *_source, int _steps, int _signed, char *_remainder)
CPU 6309: emit code to halves for several times a 16 bit value
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void bell_vars(Environment *_environment, char *_note, char *_duration, char *_channels, int _sync)
Emit ASM code for BELL ....
void bell(Environment *_environment, int _note, int _duration, int _channels)
Emit ASM code for BELL ....
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.