23 lines
666 B
Plaintext
23 lines
666 B
Plaintext
|
|
counter: file format elf32-littleriscv
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
80000000 <_start>:
|
|
80000000: 00001397 auipc x7,0x1
|
|
80000004: 02c38393 addi x7,x7,44 # 8000102c <__DATA_BEGIN__>
|
|
80000008: 06200293 addi x5,x0,98
|
|
8000000c: 00000313 addi x6,x0,0
|
|
|
|
80000010 <loop>:
|
|
80000010: 0003ce03 lbu x28,0(x7)
|
|
80000014: 000e0a63 beq x28,x0,80000028 <koniec>
|
|
80000018: 005e1463 bne x28,x5,80000020 <loop+0x10>
|
|
8000001c: 00130313 addi x6,x6,1
|
|
80000020: 00138393 addi x7,x7,1
|
|
80000024: fedff06f jal x0,80000010 <loop>
|
|
|
|
80000028 <koniec>:
|
|
80000028: 00100073 ebreak
|