SATA硬盘仿真模型。The xilinx GTP is configured as SATA PHY,and 256MB DDR2 memory(Xilinx XAPP859) is HDD storge space. It has been tested ok with SATA Host.Please follows the steps. 1>The following path is necessary. setenv LMC_HOME /export/home/mulary/m
液晶显示器仿真器
Lmc-simulator是一个库,它允许汇编和执行LMC(小矮人计算机)代码。
安装
npm install lmc-simulator
用法
var Machine = require ( "lmc-simulator" )
var code = `
INP
loop OUT
STA count
SUB # 2
STA count
BRP loop ; This is a comment