home *** CD-ROM | disk | FTP | other *** search
- (* ----------------------------------------------------- *)
- (* REGS8088.INC *)
- (* der Registersatz des INTEL 8088 *)
- TYPE
- Regs8088_ =
- RECORD
- CASE INTEGER OF
- 1: (Ax,Bx,Cx,Dx,Bp,Si,Di,Ds,Es,Flags : INTEGER);
- 2: (Al, Ah, Bl, Bh, Cl, Ch, Dl, Dh : BYTE);
- END;
- (* ----------------------------------------------------- *)
- (* Ende von REGS8088.INC *)