![]() |
|
CEMU - a CPU emulator / Assembly sandbox - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Assembly (https://sinister.ly/Forum-Assembly) +--- Thread: CEMU - a CPU emulator / Assembly sandbox (/Thread-CEMU-a-CPU-emulator-Assembly-sandbox) |
CEMU - a CPU emulator / Assembly sandbox - phyrrus9 - 03-19-2018 So, I stumbled across CEMU today, and I totally fell in love. It lets you type up some assembly code, and either step through it piece by piece or run the whole thing. You can see all the registers, inspect memory, change your own memory, compile it out to a C program, whatever. Here's a couple screenshots: ![]() ![]() and step by step ![]() ![]() ![]() ![]() You should all check it out! It's great (especially if you're following my ARM tutorial series) RE: CEMU - a CPU emulator / Assembly sandbox - Blink - 03-19-2018 Neat, I'll check it out. Thanks for sharing this, it might help.with learning MIPS and ARM. RE: CEMU - a CPU emulator / Assembly sandbox - phyrrus9 - 03-19-2018 (03-19-2018, 11:37 PM)Ender Wrote: Neat, I'll check it out. Thanks for sharing this, it might help.with learning MIPS and ARM. On a semi-related note: holy fucking shit MIPS has a lot of registers. |