File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed
Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ template: template-op
44x-autogenerated : true
55---
66
7- ` write ABCDu → reg `
7+ ` write ABCDs → reg `
88
9- RA = write dstaddr=RB size=RC fd=Du
9+ RA = write dstaddr=RB size=RC fd=Ds
Original file line number Diff line number Diff line change 9090 "name" : " store1" ,
9191 "semantics" : " mem[RB + Cs : 1] = RA -- wrap i64 to i8"
9292 },
93- {
94- "id" : " PUSH" ,
95- "args" : " Au" ,
96- "result" : " mem" ,
97- "name" : " push" ,
98- "semantics" : " SP -= 8; mem[SP] = Au"
99- },
100- {
101- "id" : " POP" ,
102- "args" : " A" ,
103- "result" : " reg" ,
104- "name" : " pop" ,
105- "semantics" : " A = mem[SP]; SP += 8"
106- },
10793 {
10894 "id" : " ADD" ,
10995 "args" : " ABCu" ,
337323 },
338324 {
339325 "id" : " WRITE" ,
340- "args" : " ABCDu " ,
326+ "args" : " ABCDs " ,
341327 "result" : " reg" ,
342328 "name" : " write" ,
343- "semantics" : " RA = write dstaddr=RB size=RC fd=Du "
329+ "semantics" : " RA = write dstaddr=RB size=RC fd=Ds "
344330 },
345331 {
346332 "id" : " READ" ,
You can’t perform that action at this time.
0 commit comments