home *** CD-ROM | disk | FTP | other *** search
- '┌────────────────────────────────────────────────────────────────────────┐
- '│ │
- '│ Constants for PBTools:Lite │
- '│ │
- '│ use $INCLUDE "CONSTANT.INC" in your programs │
- '│ │
- '│ CopyRight 1991 by Dave Navarro, Jr. │
- '│ │
- '└────────────────────────────────────────────────────────────────────────┘
-
- 'Register Constants
-
- %FLAGS = 0
- %AX = 1
- %BX = 2
- %CX = 3
- %DX = 4
- %SI = 5
- %DI = 6
- %BP = 7
- %DS = 8
- %ES = 9
-
- 'Interrupt Constants
-
- %BiosVideo = &H10
- %BiosKeyB = &H16
- %BiosPrinter = &H17
- %BiosClock = &H1A
- %MSDOS = &H21
- %MouseDriver = &H33
-
- 'Color Constants
-
- %Black = 0
- %Blue = 1
- %Green = 2
- %Cyan = 3
- %Red = 4
- %Magenta = 5
- %Brown = 6
- %White = 7
- %Gray = 8
- %LightBlue = 9
- %LightGreen = 10
- %LightCyan = 11
- %LightRed = 12
- %LightMagenta = 13
- %Yellow = 14
- %BrightWhite = 15
-