10

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
  • 55,348
  • 14
  • 97
  • 151
Marcin
  • 109
  • 3

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
  • 28,998
  • 40
  • 113
  • 198
2

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

Jay Walker
  • 399
  • 1
  • 10