tenderlove / asmrepl

A REPL for x86-64 assembly language
Apache License 2.0
866 stars 33 forks source link

graceful exit on ctrl+c #4

Closed mirimmad closed 2 years ago

mirimmad commented 2 years ago

This code handles the error/traceback shown by asmrepl when we try to exit by pressing Ctrl+c.

tenderlove commented 2 years ago

Awesome, thank you!!