Differences From Artifact [fef41e8e89]:
- File instruc.h — part of check-in [9aec3201e3] at 2021-02-10 04:59:19 on branch trunk — Implement NewXY and XYDir instructions. (user: user, size: 15038) [annotate] [blame] [check-ins using]
To Artifact [99711f673d]:
- File instruc.h — part of check-in [7e93e77e75] at 2021-02-10 06:52:16 on branch trunk — Implement and document key dispatch blocks. (user: user, size: 15064) [annotate] [blame] [check-ins using]
︙ | |||
363 364 365 366 367 368 369 370 371 372 373 374 375 376 | 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 | + | #define OP_YDIR_C 34992 #define OP_FUNCTION 32945 #define OP_LOCAL 32946 #define OP_LABEL 32947 #define OP_STRING 32948 #define OP_INT16 32949 #define OP_INT32 32950 #define OP_DISPATCH 32951 #ifdef HEROMESH_CLASS static const Op_Names op_names[]={ {"*",8486935}, {"+",8421397}, {"-",8421398}, {"-rot",8421382}, {".",10518528}, |
︙ |