Z180MMUCalc1. Bild Reset MMUOn reset, the 64180 sets CBAR to F0, and CBR=BBR=0
2. Bild MMUBINIT: LD HL,COLDBOOT LD (BIOS+1),HL LD A,VCBAR ; 80H out0 (CBAR),A LD A,VBBR ; 10H out0 (BBR),A LD A,VCBR ; 00H out0 (CBR),A
Demo .PHASE und .DEPHASE wie beim M80Assembler ASide v1.13PLACE: EQU 0F000H ORG 0000hSTART0: NOP NOP DEFS 0C2HT00C4:START1: NOP NOP START2: NOP; STATT .PHASE WIE M80PHASE1: EQU $ ; ADRESSE MERKEN SETBASE 0F000H ; ADRESSE SETZENT0F000: START3: DEFS 522HT0F522: START4: RET NOP DEFS 101HSTART5: RET; STATT .DEPHASE WIE M80PHASE2: EQU $ ; ADRESSE MERKENDEPHASE: SETBASE PHASE2-PLACE ; ADRESSE SETZENT0F626:START6: NOP END