Address | Bytes | Assembly |
---|---|---|
00010000 | 34 21 34 56 | ori $at, $at, 0x3456 |
Welcome to the Unicorn.js demo!
Disclaimer: This is an early proof-of-concept.
Bugs might (and will) occur.
Modify registers by double-clicking on their value, entering the new value in hexadecimal and pressing enter. Run the entire assembly snippet by pressing start. Edit the assembly by either double-clicking on the instructions, or by pasting your own.
Make sure you check out the other demos:
ARM,
MIPS,
SPARC,
X86.
Pending features:
uc_hook_add
and uc_hook_del
.
Address | Bytes | Assembly |
---|---|---|
00010000 | 34 21 34 56 | ori $at, $at, 0x3456 |
Address | Bytes | ASCII |
---|---|---|
00010000 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
0001000A | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
00010014 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
0001001E | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
00010028 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
00010032 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
0001003C | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
00010046 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
00010050 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
0001005A | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ |
Reg | Value | Number |
---|---|---|
ZERO | 00000000 | 0 |
AT | 00000000 | 0 |
V0 | 00000000 | 0 |
V1 | 00000000 | 0 |
A0 | 00000000 | 0 |
A1 | 00000000 | 0 |
A2 | 00000000 | 0 |
A3 | 00000000 | 0 |
T0 | 00000000 | 0 |
T1 | 00000000 | 0 |
T2 | 00000000 | 0 |
T3 | 00000000 | 0 |
T4 | 00000000 | 0 |
T5 | 00000000 | 0 |
T6 | 00000000 | 0 |
T7 | 00000000 | 0 |
T8 | 00000000 | 0 |
T9 | 00000000 | 0 |
S0 | 00000000 | 0 |
S1 | 00000000 | 0 |
S2 | 00000000 | 0 |
S3 | 00000000 | 0 |
S4 | 00000000 | 0 |
S5 | 00000000 | 0 |
S6 | 00000000 | 0 |
S7 | 00000000 | 0 |
S8 | 00000000 | 0 |
K0 | 00000000 | 0 |
K1 | 00000000 | 0 |
PC | 00010000 | 65536 |