Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
- Pro
Pinned
484 contributions in the last year
Contribution activity
July 2020
Created a pull request in rcore-os/rCore-Tutorial that received 2 comments
Created an issue in rcore-os/rCore-Tutorial that received 5 comments
lab1:part4 文档中汇编代码太长
欢迎提出任何问题
涉及文件
docs/lab-1/guide/part-4.md
相关段落
文中的代码片段
os/src/interrupt.asm
遇到问题
太长了。建议采用asm macro等方式,精简代码;如果不能精简代码,可以精简文档中的代码片段
比如:
SAVE x3, 3 ...…
5
comments

