write-a-C-interpreter icon indicating copy to clipboard operation
write-a-C-interpreter copied to clipboard

教程中某处注释有误

Open 185264646 opened this issue 5 years ago • 0 comments

https://lotabout.me/2015/write-a-C-interpreter-2/ 该章中JZ/JNZ指令一节中JNZ指令的实现代码后的注释少了not,应为else if (op == JNZ) {pc = ax ? (int *)*pc : pc + 1;} // jump if ax is not zero

185264646 avatar Jun 19 '19 13:06 185264646