Changeset 287 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc
- Timestamp:
- Mar 2, 2012, 12:31:39 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Display.inc
r186 r287 179 179 180 180 ; Cursor shapes 181 CURSOR_NORMAL EQU 0607h ; Two line cursor near or at the bottom of cell 181 CURSOR_NORMAL EQU 0607h ; Two line cursor near or at the bottom of cell (not valid for IBM MDA) 182 182 CURSOR_HIDDEN EQU 2000h 183 183 … … 212 212 213 213 ; Non ASCII characters (code page 437) 214 BETA EQU 225 214 215 QUOTATION_MARK EQU 34 215 216 DOUBLE_TOP_RIGHT_CORNER EQU 187
Note:
See TracChangeset
for help on using the changeset viewer.