First instruction executed in the test runner!

Fixes #7.
This commit is contained in:
Ben Vanik
2013-01-27 17:49:32 -08:00
parent bba99d4a22
commit 12d9c3d15e
24 changed files with 335 additions and 39 deletions

Binary file not shown.

View File

@@ -5,5 +5,5 @@ ori.o: file format elf64-powerpc
Disassembly of section .text:
0000000082010000 <.text>:
82010000: 60 83 ff ff ori r3,r4,65535
82010000: 60 83 fe dc ori r3,r4,65244
82010004: 4e 80 00 20 blr

View File

@@ -1,6 +1,7 @@
# REGISTER_IN r4 0xDEADBEEFCAFEBABE
# REGISTER_IN r4 0xDEADBEEF00000000
ori r3, r4, 0xFFFF
ori r3, r4, 0xFEDC
blr
# REGISTER_OUT r3 0xBABE
# REGISTER_OUT r3 0xDEADBEEF0000FEDC
# REGISTER_OUT r4 0xDEADBEEF00000000