; ImpMC.mu -- Top-level microcode file for Imp and BCPL Runtime only
; Last modified August 19, 1983  1:20 PM by Taft

#AltoConsts23.mu;

#EmulatorDefs.mu;

; Initialization for putting this code in the RAM, including
    ; 'silent boot' code
!17,20,LOC0,,,,,IMLOOP,,,,,,,,,,;

;Silent Boot code, branches to ROM immediately
LOC0:	SWMODE;
	:START;

; Main Imp microcode
#Alto1822.mu;

; BCPL Runtime microcode
#RamTrap.mu;
#GetFrame.mu;
#BCPLUtil.mu;