Go to the source code of this file.
◆ on_proc()
| void on_proc |
( |
Environment * | _environment, |
|
|
char * | _expression ) |
Emit ASM code for ON ... PROC ....
This function outputs the code to implement the call subroutine, calculated by expression.
- Parameters
-
| _environment | Current calling environment |
| _expression | Expression with the true / false condition |
Definition at line 88 of file on_proc.c.
◆ on_proc_end()
Emit ASM code for ... (of ON ... PROC ...).
This function outputs the code to implement the end of call subroutine by expression.
- Parameters
-
| _environment | Current calling environment |
Definition at line 162 of file on_proc.c.
◆ on_proc_index()
| void on_proc_index |
( |
Environment * | _environment, |
|
|
char * | _label ) |
Emit ASM code for ... (of ON ... PROC ...).
This function outputs the code to implement any specific indexed call to subroutine by expression.
- Parameters
-
| _environment | Current calling environment |
| _label | Procedure to call |
Definition at line 116 of file on_proc.c.