9

Recently I've started plaing with assembler under linux, there's good debuger, but comming from Ruby I'm missing simple REPL that would let me enter a line of assembler code and see the result on registers flags and stack.

Can anyone point me in good direction?

starblue
  • 53,481
  • 14
  • 94
  • 148
Marcin
  • 99
  • 2

2 Answers2

7

Linux isn't supported yet, but if someone needs an assembly REPL for OS X, I have created one: https://github.com/Tyilo/asm_repl

Update: Rappel seems to be what you are looking for: https://github.com/yrp604/rappel

Tyilo
  • 27,548
  • 34
  • 107
  • 190
2

Maybe something like bastard? Never used it, but it looks like it has some sort of interactive mode.

Jay Walker
  • 389
  • 1
  • 9