mirror of
https://github.com/vlang/v.git
synced 2025-09-16 02:49:31 -04:00
v.parser: fix broken link to riscv-card.pdf
(#23343)
This commit is contained in:
parent
8a681bae6d
commit
80c7e6da9f
@ -1303,7 +1303,7 @@ fn (mut p Parser) asm_stmt(is_top_level bool) ast.AsmStmt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mut local_labels := []string{}
|
mut local_labels := []string{}
|
||||||
// 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
|
||||||
// x86: https://www.felixcloutier.com/x86/
|
// x86: https://www.felixcloutier.com/x86/
|
||||||
// arm: https://developer.arm.com/documentation/dui0068/b/arm-instruction-reference
|
// arm: https://developer.arm.com/documentation/dui0068/b/arm-instruction-reference
|
||||||
mut templates := []ast.AsmTemplate{}
|
mut templates := []ast.AsmTemplate{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user