Web Design
Z180

Z180MMUCalc

1. Bild Reset MMU

On reset, the 64180 sets CBAR to F0, and CBR=BBR=0
 

Z180MMUCalc1

2. Bild MMU

BINIT:

 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
 

Z180MMUCalc2

Demo .PHASE und .DEPHASE wie beim M80

Assembler ASide v1.13





PLACE:      EQU    0F000H

            ORG    0000h


START0:    NOP


            NOP
            DEFS     0C2H
T00C4:
START1:     NOP
            NOP
      
START2:    NOP
; STATT .PHASE WIE M80
PHASE1:    EQU  $   ; ADRESSE MERKEN
        SETBASE     0F000H ; ADRESSE SETZEN

T0F000:       
START3:    DEFS     522H

T0F522:       
START4:    RET
           NOP
           DEFS     101H
START5:   RET
; STATT .DEPHASE WIE M80
PHASE2:   EQU     $ ; ADRESSE MERKEN
DEPHASE:        SETBASE   PHASE2-PLACE ; ADRESSE SETZEN
T0F626:
START6:   NOP
          END

 

[hd64180-z180] [Z180] [ez80sbc] [HD64180] [CamelForth] [ASide] [Thunderbird] [Testseite] [Kontakt]