convert.bat

来自「This program implements a PIC-based fuzz」· Batch 代码 · 共 7 行

BAT
7
字号
@echo off
echo This converts the output from the Fudge editor to the MPASM file
echo rules.asm, suitable for parsing with the macros in fuzzy.asm
@echo on
conv < mc68hc11.asm > rules.asm

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?