mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
18 lines
338 B
D
18 lines
338 B
D
|
#name: lui to c.lui relaxation
|
||
|
#source: c-lui.s
|
||
|
#as: -march=rv32ic
|
||
|
#ld: -melf32lriscv
|
||
|
#objdump: -d -M no-aliases,numeric
|
||
|
|
||
|
.*: file format .*
|
||
|
|
||
|
|
||
|
Disassembly of section \.text:
|
||
|
|
||
|
.* <_start>:
|
||
|
.*: 6085 c.lui x1,0x1
|
||
|
.*: 000000b7 lui x1,0x0
|
||
|
.*: 00001037 lui x0,0x1
|
||
|
.*: 00001137 lui x2,0x1
|
||
|
#pass
|