@@ -213,8 +213,9 @@ static const struct opcode_table_s opcode_table[] = {
213
213
{ " %pow" , of_POW, 3 , {OA_BIT1, OA_BIT2, OA_NUMBER} },
214
214
{ " %pow/s" , of_POW_S, 3 , {OA_BIT1, OA_BIT2, OA_NUMBER} },
215
215
{ " %pow/wr" , of_POW_WR, 0 , {OA_NONE, OA_NONE, OA_NONE} },
216
- { " %prop/r" , of_PROP_R, 1 , {OA_NUMBER, OA_NONE, OA_NONE} },
217
- { " %prop/v" , of_PROP_V, 3 , {OA_BIT1, OA_BIT2, OA_NUMBER} },
216
+ { " %prop/r" , of_PROP_R, 1 , {OA_NUMBER, OA_NONE, OA_NONE} },
217
+ { " %prop/str" ,of_PROP_STR,1 , {OA_NUMBER, OA_NONE, OA_NONE} },
218
+ { " %prop/v" , of_PROP_V, 3 , {OA_BIT1, OA_BIT2, OA_NUMBER} },
218
219
{ " %pushi/real" ,of_PUSHI_REAL,2 ,{OA_BIT1, OA_BIT2, OA_NONE} },
219
220
{ " %pushi/str" , of_PUSHI_STR, 1 ,{OA_STRING, OA_NONE, OA_NONE} },
220
221
{ " %pushv/str" , of_PUSHV_STR, 2 , {OA_BIT1,OA_BIT2, OA_NONE} },
@@ -232,8 +233,9 @@ static const struct opcode_table_s opcode_table[] = {
232
233
{ " %store/dar/r" , of_STORE_DAR_R, 1 , {OA_FUNC_PTR, OA_NONE, OA_NONE} },
233
234
{ " %store/dar/str" ,of_STORE_DAR_STR, 1 , {OA_FUNC_PTR, OA_NONE, OA_NONE} },
234
235
{ " %store/obj" , of_STORE_OBJ, 1 , {OA_FUNC_PTR,OA_NONE, OA_NONE} },
235
- { " %store/prop/r" ,of_STORE_PROP_R,1 , {OA_NUMBER, OA_NONE, OA_NONE} },
236
- { " %store/prop/v" ,of_STORE_PROP_V,3 , {OA_BIT1, OA_BIT2, OA_NUMBER} },
236
+ { " %store/prop/r" , of_STORE_PROP_R, 1 , {OA_NUMBER, OA_NONE, OA_NONE} },
237
+ { " %store/prop/str" ,of_STORE_PROP_STR,1 , {OA_NUMBER, OA_NONE, OA_NONE} },
238
+ { " %store/prop/v" , of_STORE_PROP_V, 3 , {OA_BIT1, OA_BIT2, OA_NUMBER} },
237
239
{ " %store/real" , of_STORE_REAL, 1 , {OA_FUNC_PTR,OA_NONE, OA_NONE} },
238
240
{ " %store/reala" , of_STORE_REALA, 2 , {OA_ARR_PTR, OA_BIT1, OA_NONE} },
239
241
{ " %store/str" , of_STORE_STR, 1 , {OA_FUNC_PTR,OA_NONE, OA_NONE} },
0 commit comments