Skip to content

Commit

Permalink
Update labA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly0322 authored Dec 4, 2022
1 parent 0a0bbfc commit 3be4d42
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/labs/labA.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## 勘误

`src/assembler.h` 中,对 BR 的注释:

```cpp
"BR", // 02: "0000000" + pcoffset(line[1],9)
```

改为:

```cpp
"BR", // 02: "0000111" + pcoffset(line[1],9)
```

实验文档 pdf 最后一面的测试指令改为:

```bash
Expand Down Expand Up @@ -74,4 +86,4 @@ diff ./test/actual/test1.bin ./test/expected/test1.bin

如果使用本地:
- 可以使用 IDE,比如 CLion
- 可以使用本地 VSCode
- 可以使用本地 VSCode

0 comments on commit 3be4d42

Please sign in to comment.