view runtime_32.S @ 714:e29bc2918f69

Fix VDP status register PAL bit based on observations of the Titan Overdrive demo
author Michael Pavone <pavone@retrodev.com>
date Sun, 17 May 2015 15:43:20 -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