Animates code execution (with state and forward/undo)
-
Project Home: www.goinglower.dev
-
Videos: YouTube
-
Animate real code, not an simplified cpu model
-
Target
asm/c/c#
; show high-level source maps -
Interpret
ASM
to pseudo codeinc eax ; eax <- eax + 1" lea ebx, [rsi + 10] ; ebx <- rsi + 10" xor ebx, ebx ; ebx <- 0"
- Quick OpCode lookup/help (it is too unwieldy to lookup all the OpCodes from the Intel Handbook)
- the book "xpord",
- This Goes to Eleven (Part 1/∞) - damageboy by @damageboy
- Bartosz Adamczewski @badamczewski01
$ git clone https://github.com/guylangston/goinglower-asm.git
$ cd gowinglower-asm
$ cd src/GoingLower.UI.GTK
$ ./run.sh