Skip to content

Commit

Permalink
update to .net 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Puellaquae committed May 23, 2023
1 parent efbf242 commit 2fca6f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
- 可生成二进制源码映射表
- 自动微指令寄存器地址分配

## Usage

因为程序输出后并不会暂停,所以请在终端中打开以便取得输出结果。

启动程序后首先输入微指令汇编内容文件的路径,程序会输出伪微指令、指令提示和伪指令的二进制格式内容,并在微指令汇编内容文件目录下生成同名的微指令流程图图片,然后输入汇编内容文件的路径,程序会输出指令的二进制格式内容。

## 例子

### 微指令汇编
Expand Down
2 changes: 1 addition & 1 deletion TD-CMA Kit/TD_CMAKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnitTest/UnitTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 2fca6f7

Please sign in to comment.