|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | begin_for_mt_step (Environment *_environment, char *_index, char *_from, char *_to, char *_step) |
| Emit ASM code for FOR ... STEP ... NEXT (in thread). | |
| void begin_for_mt_step | ( | Environment * | _environment, |
| char * | _index, | ||
| char * | _from, | ||
| char * | _to, | ||
| char * | _step ) |
Emit ASM code for FOR ... STEP ... NEXT (in thread).
This function outputs the code to implement the starting point of a FOR ... STEP ... NEXT loop inside a thread
| _environment | Current calling environment |
| _index | Variable to use as index |
| _from | Starting value |
| _to | Ending value |
| _step | Step value |
Definition at line 53 of file begin_for_mt_step.c.