* Move syscall number evaluation into instruction.py. This allows us to determine and display future syscalls
* Move string manipulation to color.disasm.py
* lint
* fix padding
* Fix x86 syscall
* disable debug mode
* @override decorator added to methods
* comments
* lint
* Fix x86/x86_64 edge cases with syscall register reading, and add test for emulation off for syscalls
* Tests depend on width of context banner
* Fix strange rebasing error
* Call like instructions
* Add IRET to jump groups, and remove multiple places in codebase where jumps groups are defined (non uniformly)
* remove duplicate test (rebase stuff)
* lint