Differences From Artifact [e7d465050e]:
- File instruc — 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: 2780) [annotate] [blame] [check-ins using]
To Artifact [530d389594]:
- File instruc — 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: 2827) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
251 252 253 254 255 256 257 258 259 260 261 262 263 264 | ; Operations with marks mark "_" tmark in nin -mbegin ; Specials *Function *Local *Label *String *Int16 *Int32 | > > > > > > | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 | ; Operations with marks mark "_" tmark in nin -mbegin ; Arrays -Array ,GetArray InitArray ,SetArray ; Specials *Function *Local *Label *String *Int16 *Int32 |
︙ | ︙ |