This commit is contained in:
ProgramSnail 2024-11-12 21:08:41 +03:00
parent 1df2624c25
commit 233fa95e14
6 changed files with 37 additions and 7 deletions

View file

@ -13,6 +13,7 @@ typedef struct {
int *public_ptr; /* A pointer to the beginning of publics table */
char *code_ptr; /* A pointer to the bytecode itself */
int *global_ptr; /* A pointer to the global area */
int code_size; /* The size (in bytes) of code */
int stringtab_size; /* The size (in bytes) of the string table */
int global_area_size; /* The size (in words) of global area */
int public_symbols_number; /* The number of public symbols */