hopefully progressing to a more scalable bus architecture
This commit is contained in:
parent
003a1c8545
commit
1f9bd2f015
13 changed files with 187 additions and 46 deletions
22
hello.asm
Normal file
22
hello.asm
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
./rv_tests/hello_world/hello.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
0000000000000000 <.data>:
|
||||
0: 00000597 auipc a1,0x0
|
||||
4: 02458593 add a1,a1,36 # 0x24
|
||||
8: 0005c503 lbu a0,0(a1)
|
||||
c: 00050a63 beqz a0,0x20
|
||||
10: 100002b7 lui t0,0x10000
|
||||
14: 00a28023 sb a0,0(t0) # 0x10000000
|
||||
18: 00158593 add a1,a1,1
|
||||
1c: fedff06f j 0x8
|
||||
20: 0000006f j 0x20
|
||||
24: 6548 ld a0,136(a0)
|
||||
26: 6c6c ld a1,216(s0)
|
||||
28: 77202c6f jal s8,0x279a
|
||||
2c: 646c726f jal tp,0xc7672
|
||||
30: 0a21 add s4,s4,8
|
||||
...
|
Reference in a new issue