; Fast930.Midas Ed Fiala 14 March 1984
L X Boot;		I don't know why this is needed but it is  
L X Load INITIAL
L X Break RAMLOADED	; IMX 316
L X TimeOut 100000;	100000b msec ~ 32 sec
L X Go SAPILOTSTART
L X Skip 1
L X ShowError Timed out on SAPilotStart before BP at RamLoaded
;
; Here at RAMLOADED breakpoint, about to run Pilot1 init
L C18 Addr FFAULT
L C18 Val 10000
L X UnBreak RAMLOADED
L X Break IMX 2005	;BOOTEMULATORS
L X TimeOut 40000;	~16 sec
L X Continue
L X Skip 1
L X ShowError TIMEOUT--did not complete device initialization
;
; Here at BootEmulators breakpoint, about to call LoadRAM on Pilot2 overlay.
L X UnBreak IMX 2005
L X Break RAMLOADED;	IMX 316
L X TimeOut 20000;	~8 sec
L X Continue
L X Skip 1
L X ShowError TIMEOUT--did not finish loading Pilot2 overlay
;
; Here at RamLoaded breakpoint, about to start emulator.
L X Run-Prog PILOT2SYMBOLS
L X Break IMX 136	; StackErrorLoc in Fault.mc (stack over/underflow)
L X Break XFT0+1	; Control trap
L X Break XFUNBOUND	; UNBOUND type 1 xfer G=0 trap
L X Break LOADGC3+2	; UNBOUND xfer PC = 0 trap
L X Break XFERTRAP	; Xfer trap
L X Break IMX 71	; EmNotifyA+5 in Pilot1 Fault.mc (page and WP faults)
L X Break XFFAULT	; Page, WP, and frame faults
; Breaks below here are on things which should be checked out
;L X Break CHKTOL+6	; Timeout
;L X Break RESCHEDULE
;L X Break MONITORDSP	; @ME and @MX
;L X Break CONDITIONDSP	; @NC and @BC
;L X Break @MW+1
;L X Break @REQ+1
;L X Break @SPP+5
;L X Break @JS
;L X Break @NILCK
;L X Break @BNDCK
;L X Break @BNDCKL
;L X Break @XE+5
;L X Break @XF+6
;L X Break @KFCB+1
;L X Break @ROTATE
;L X Break @JDEB
;L X Break @JDNEB
;L X Break @BLTLR
;Breaks below here are on opcodes which have changed but appear to be ok.
;L X Break POR1	; gets @PO and @POR
;L X Break @BLTL
;L X Break PUSHLINK
;L X Break @DEXCH
;L X Break @ADDSB
;L X Break @ACD
;L X Break @LSK
;L X Break @SFC+1
;L X Break @JW
;L X Break @EXCH
;L X Break @UDIV
;L X Break @LUDIV
;L X Break @ROB
;
;L X ShowError Pilot2 loaded and BP's set--BP at RamLoaded
L X Break RESCHEDULE;	BP on first entry to scheduler MP=930
L X Break @OP372;	BP for code patches
L X TimeOut 17777777777;	~ 50 days
L X Continue
L X Skip 1
L X ShowError Impossible TIMEOUT of Continue
L X UnBreak RESCHEDULE