步骤A:isa+toml 新增 RS_OFF 形态(LOAD_PTR/STORE_PTR,0010 前缀 op=8/9)+ 强校验放行 + isa_test roundtrip
This commit is contained in:
@@ -669,6 +669,24 @@ func = "full"
|
||||
params = ["slot", "off", "rs"]
|
||||
enabled = true
|
||||
|
||||
[[op]]
|
||||
name = "LOAD_PTR"
|
||||
prefix = "0010"
|
||||
op = 8
|
||||
fmt = "RS+off"
|
||||
func = "full"
|
||||
params = ["rd", "rs", "off"]
|
||||
enabled = true
|
||||
|
||||
[[op]]
|
||||
name = "STORE_PTR"
|
||||
prefix = "0010"
|
||||
op = 9
|
||||
fmt = "RS+off"
|
||||
func = "full"
|
||||
params = ["rd", "rs", "off"]
|
||||
enabled = true
|
||||
|
||||
[[op]]
|
||||
name = "STR_LEN"
|
||||
prefix = "0010"
|
||||
|
||||
Reference in New Issue
Block a user