Is there assembler REPL under linux?
assembly, debugging, linux, read-eval-print-loop
Solution
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
Problem
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?