Differences From Artifact [21d410450b]:
- File exec.c — part of check-in [902bd1a80d] at 2021-02-22 04:53:07 on branch trunk — Add a mark type and some instructions dealing with it. (user: user, size: 87545) [annotate] [blame] [check-ins using]
To Artifact [68326341a7]:
- File exec.c — part of check-in [f7d9c45b1e] at 2021-02-24 07:12:56 on branch trunk — Start to implement arrays (there is no way to use them yet, and the converter does not yet handle arrays). (user: user, size: 87563) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + | Uint8 generation_number_inc; Uint32 move_number; unsigned char*quiz_text; Inventory*inventory; Uint32 ninventory; char**levelstrings; Uint16 nlevelstrings; Value*array_data; typedef struct { Uint16 msg; Uint32 from; Value arg1,arg2,arg3; } MessageVars; |
︙ |