riscv64-asm.c: added asm_emit_j (J-type), changed jal to J-type
commit70328621f14b4fae8d0715c7c6bbef61a5238d85
authornoneofyourbusiness <noneofyourbusiness@danwin1210.de>
Sun, 26 Nov 2023 10:59:02 +0000 (26 11:59 +0100)
committernoneofyourbusiness <noneofyourbusiness@danwin1210.de>
Mon, 27 Nov 2023 08:15:32 +0000 (27 09:15 +0100)
tree6a8392bbb413437b8364e5ca765bd50b9d87e2de
parentfb164e0ab48b64fe32ffd56a896ccff6ab6c9549
riscv64-asm.c: added asm_emit_j (J-type), changed jal to J-type

additionally added a comment about B-type instruction format
riscv64-asm.c