This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 使用方法
## 1.生成随机指令程序
```
$make gen NUM=2
在当前目录下生成测试程序,其中NUM参数表示要生成多少个测试程序(.S文件)。
## 2.编译程序
$make
编译当前目录下所有.S文件。