Mercurial > repos > blastem
view runtime_32.S @ 726:7367b14ac01c
Don't attempt to translate or map code at odd addresses. This fixes a bug that shows up when playing College Footbal USA 96
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 22 May 2015 23:49:32 -0700 |
parents | 5a6ff0d76032 |
children |
line wrap: on
line source
invalid_msg: .asciz "Invalid instruction at %X\n" .global m68k_invalid m68k_invalid: push %ecx push invalid_msg xor %eax, %eax call printf push $1 call exit