|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | play_off (Environment *_environment, int _channels) |
| Emit ASM code for PLAY OFF. | |
| void | play_off_var (Environment *_environment, char *_channels) |
| Emit ASM code for PLAY OFF .... | |
| void play_off | ( | Environment * | _environment, |
| int | _channels ) |
Emit ASM code for PLAY OFF.
This function emits a code capable of stop play on specific channels
| _environment | Current calling environment |
| _channels | channels to play off |
Definition at line 53 of file play_off.c.
| void play_off_var | ( | Environment * | _environment, |
| char * | _channels ) |
Emit ASM code for PLAY OFF ....
This function emits a code capable of stop play on specific channels.
| _environment | Current calling environment |
| _channels | channels to play on |
Definition at line 67 of file play_off.c.