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 l开发者_运维技巧ine of assembler code and see the result on registers flags and stack.
Can anyone point me in good direction?
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
Maybe something like bastard? Never used it, but it looks like it has some sort of interactive mode.
精彩评论