home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1988 / 04 / scrtimer / regs8088.inc < prev    next >
Encoding:
Text File  |  1988-01-25  |  500 b   |  13 lines

  1. (* ----------------------------------------------------- *)
  2. (*                       REGS8088.INC                    *)
  3. (*             der Registersatz des INTEL 8088           *)
  4. TYPE
  5.   Regs8088_ =
  6.        RECORD
  7.          CASE INTEGER OF
  8.            1: (Ax,Bx,Cx,Dx,Bp,Si,Di,Ds,Es,Flags : INTEGER);
  9.            2: (Al, Ah, Bl, Bh, Cl, Ch, Dl, Dh   : BYTE);
  10.        END;
  11. (* ----------------------------------------------------- *)
  12. (*                  Ende von REGS8088.INC                *)
  13.