v.bat
来自「intel 8088 架构的verilog代码」· Batch 代码 · 共 20 行
BAT
20 行
nasmw -otest.bin test.asm
ndisasmw test.bin >test.lst
IF exist test.bin goto hex:
echo shit
exit
:hex
echo OK
bin2hex test.bin >prom.mem.v
set path=c:\iverilog\bin
@rem iverilog -oa86_tb_disasm a86_tb_disasm.v
@iverilog -yc:\iverilog\rom\ -oa86_tb a86_tb.v
vvp a86_tb >result.txt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?