mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
Refactoring to allow for raw binary loading.
This commit is contained in:
parent
26d5df0d38
commit
bba99d4a22
14 changed files with 378 additions and 231 deletions
Binary file not shown.
|
|
@ -6,3 +6,4 @@ Disassembly of section .text:
|
|||
|
||||
0000000082010000 <.text>:
|
||||
82010000: 60 83 ff ff ori r3,r4,65535
|
||||
82010004: 4e 80 00 20 blr
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
ori r3, r4, 0xFFFF
|
||||
|
||||
blr
|
||||
# REGISTER_OUT r3 0xBABE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue