#include "program.h"#include "code/bytecode.h"Go to the source code of this file.
Functions | |
| void | ins_pointer (INT32 ptr) |
| INT32 | read_pointer (INT32 off) |
| void | upd_pointer (INT32 off, INT32 ptr) |
| void | ins_byte (INT32 val) |
| void | ins_data (INT32 val) |
| void | ins_align (INT32 align) |
| void | ins_f_byte (unsigned int b) |
| void | ins_f_byte_with_arg (unsigned int a, unsigned INT32 b) |
| void | ins_f_byte_with_2_args (unsigned int a, unsigned INT32 c, unsigned INT32 b) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.3.9.1