COLDBOOT: EQU 0DB18H BIOS: EQU 0DA00H T0066: ld a,00h out0 (0f6h),a ; Z180 instruction RCR ld hl,COLDBOOT ;ldb18 ld (BIOS+1),hl ;0da01h ld a,80h ; VCBAR out0 (0fah),a ; Z180 instruction CBAR ld a,10h ; VBBR out0 (0f9h),a ; Z180 instruction BBR ld a,00h ; VCBR out0 (0f8h),a ; Z180 instruction CBR