Mercurial > repos > blastem
view runtime.S @ 694:7497334bb548
Adjust TH timeout value to take into account the move to master clock cycles
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 30 Apr 2015 19:28:18 -0700 |
parents | 7ed1dbb48f61 |
children |
line wrap: on
line source
invalid_msg: .asciz "Invalid instruction at %X\n" .global m68k_invalid m68k_invalid: lea invalid_msg(%rip), %rdi mov %ecx, %esi xor %rax, %rax call printf mov $1, %rdi call exit