摘要: ```testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2')compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'testRuntime('org.junit.jupiter:junit-jupiter-engine:5.4.2')`... 阅读全文
posted @ 2020-03-19 21:38 SteveYu 阅读(914) 评论(0) 推荐(0) 编辑
摘要: MISP汇编 0.常见操作符 表示 表示 表示 表示 如果相等,则跳转LABEL 从内存加载寄存器 存储回去 加减乘除 、`subi divi multi` 表示 如果小于执行 LABEL寻址 寄存器寻址 多合一跳转 当前PC + 4存入 $ra寄存器 返回 举例 1.判断求和 汇编 2.for l 阅读全文
posted @ 2020-03-19 20:01 SteveYu 阅读(232) 评论(0) 推荐(0) 编辑