bits 32

;
; This recovery method triggers an access violation that is presumed to
; cause a calling frame to continue execution without crashing the machine. 
;

main:
	xor esi, esi
	lodsb
