We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
riscv-card.pdf
1 parent 8a681ba commit 80c7e6dCopy full SHA for 80c7e6d
1 file changed
vlib/v/parser/parser.v
@@ -1303,7 +1303,7 @@ fn (mut p Parser) asm_stmt(is_top_level bool) ast.AsmStmt {
1303
}
1304
1305
mut local_labels := []string{}
1306
- // riscv: https://github.com/jameslzhu/riscv-card/blob/master/riscv-card.pdf
+ // riscv: https://github.com/jameslzhu/riscv-card/releases/download/latest/riscv-card.pdf
1307
// x86: https://www.felixcloutier.com/x86/
1308
// arm: https://developer.arm.com/documentation/dui0068/b/arm-instruction-reference
1309
mut templates := []ast.AsmTemplate{}
0 commit comments