文件名称:TinyVM:用于 HWP 的 TinyVM - SS2014
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-20 05:00:12
Java
微型虚拟机 命令: LOAD -- Loads value to R0 MOVE_FROM_MEM_TO_REG (Rx),Ry -- Moves the content of (Rx) to Ry MOVE_FROM_REG_TO_MEM Rx,(Ry) -- Moves the content of Rx to (Ry) MOVE_FROM_REG_TO_REG Rx,Ry -- Moves the content of Rx to Ry MOVE_FROM_MEM_TO_MEM (Rx),(Ry) -- Moves the content of (Rx) to (Ry) AND Rx,Ry -- Rx = Rx & Ry OR Rx,Ry -- Rx = Rx | Ry MUL Rx,Ry -- Rx = Rx * Ry DIV Rx,Ry -- Rx = Rx / Ry SUB
【文件预览】:
TinyVM-master
----program.asm(1KB)
----LICENSE(1KB)
----src()
--------de()
----.gitignore(915B)
----README.md(827B)