DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦8031e8632⟧ TextFile

    Length: 1178 (0x49a)
    Types: TextFile
    Names: »V«

Derivation

└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
    └─ ⟦124ff5788⟧ »DATA« 
        └─⟦this⟧ 
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
    └─ ⟦6f12a12be⟧ »DATA« 
        └─⟦this⟧ 
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦this⟧ 

TextFile

package Z80_Defs is

    --Types ----------------------------------------------------------------

    type Operande is (A, B, C, D, E, H, L, F, I, R, A_Prime, F_Prime, B_Prime,
                      C_Prime, D_Prime, E_Prime, H_Prime, L_Prime, Af_Prime,
                      Bc_Prime, De_Prime, Hl_Prime, Af, Bc, De, Hl, Ix,
                      Iy, Sp, Pc, Nz, Z, Nc, Cy, Po, Pe, P, M, N, Nn,
                      Offset_E, Bit_0, Bit_1, Bit_2, Bit_3, Bit_4, Bit_5,
                      Bit_6, Bit_7, Z80_0, Z80_1, Z80_2, Z80_00h, Z80_08h,
                      Z80_10h, Z80_18h, Z80_20h, Z80_28h, Z80_30h, Z80_38h,
                      N_Indirect, C_Indirect, Bc_Indirect, De_Indirect,
                      Hl_Indirect, Ix_Indirect, Iy_Indirect, Ix_Plus_D_Indirect,
                      Iy_Plus_D_Indirect, Nn_Indirect, Sp_Indirect, Aucun);


    subtype Registre_Simple is Operande range A .. L_Prime;

    subtype Registre_Double is Operande range Af_Prime .. Pc;

    subtype Code_Condition is Operande range Nz .. M;

    type Signaux_Periph is (Int, Busrq, Nmi);

    type Signaux_Z80 is (Intack, Busack);

    subtype Mode is Integer range 0 .. 2;

end Z80_Defs;