@ -185,12 +185,12 @@ def test_riscv64_jumps(qemu_assembly_run):
" ───────────────────────[ DISASM / rv64 / set emulate on ]─────────────────────── \n "
" ► 0x1001158 <_start> c.li t0, 4 T0 => 4 \n "
" 0x100115a <_start+2> c.li t1, 5 T1 => 5 \n "
" 0x100115c <_start+4> beq t0, t1, 6 <first>\n "
" 0x100115c <_start+4> ✘ beq t0, t1, 6 <first>\n "
" \n "
" 0x1001160 <_start+8> c.nop \n "
" 0x1001162 <first> ✔ bne t0, t2, 6 <second> \n "
" ↓ \n "
" 0x1001168 <second> blt t0, t3, 6 <third>\n "
" 0x1001168 <second> ✘ blt t0, t3, 6 <third>\n "
" \n "
" 0x100116c <second+4> c.nop \n "
" 0x100116e <third> ✔ bge t0, t4, 6 <fourth> \n "
@ -215,12 +215,12 @@ def test_riscv64_jumps(qemu_assembly_run):
" LEGEND: STACK | HEAP | CODE | DATA | WX | RODATA \n "
" ───────────────────────[ DISASM / rv64 / set emulate on ]─────────────────────── \n "
" 0x100115a <_start+2> c.li t1, 5 T1 => 5 \n "
" 0x100115c <_start+4> beq t0, t1, 6 <first>\n "
" 0x100115c <_start+4> ✘ beq t0, t1, 6 <first>\n "
" \n "
" 0x1001160 <_start+8> c.nop \n "
" 0x1001162 <first> ✔ bne t0, t2, 6 <second> \n "
" ↓ \n "
" 0x1001168 <second> blt t0, t3, 6 <third>\n "
" 0x1001168 <second> ✘ blt t0, t3, 6 <third>\n "
" \n "
" ► 0x100116c <second+4> c.nop \n "
" 0x100116e <third> ✔ bge t0, t4, 6 <fourth> \n "