Skip to content

Commit 43b3ad8

Browse files
committed
prove b psudo instruction
1 parent fe5bdfb commit 43b3ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/webpage/assembler/instructions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,6 @@
333333
"name": "b",
334334
"type": "fake",
335335
"args": ["label"],
336-
"replace": "beq x0 x0 %1"
336+
"replace": "jal x0 %1"
337337
}
338338
]

src/webpage/assembler/instructions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,6 @@
333333
"name": "b",
334334
"type": "fake",
335335
"args": ["label"],
336-
"replace": "beq x0 x0 %1"
336+
"replace": "jal x0 %1"
337337
}
338338
]

0 commit comments

Comments
 (0)