Changeset 91 in xtideuniversalbios


Ignore:
Timestamp:
Jan 27, 2011, 5:42:36 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Added some equates for code page 437 characters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Display.inc

    r85 r91  
    1 ; File name     :   Display.inc
    21; Project name  :   AssemblyLibrary
    3 ; Created date  :   25.6.2010
    4 ; Last update   :   7.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Defines for display library.
    73%ifndef DISPLAY_INC
     
    201197
    202198; Non ASCII characters (code page 437)
     199QUOTATION_MARK                              EQU     34
    203200DOUBLE_TOP_RIGHT_CORNER                     EQU     187
    204201DOUBLE_TOP_LEFT_CORNER                      EQU     201
     
    221218BLOCK_MOSTLY_FOREGROUND                     EQU     178
    222219BLOCK_FULL_FOREGROUND                       EQU     219
     220ONE_HALF                                    EQU     171
     221ONE_QUARTER                                 EQU     172
    223222
    224223
Note: See TracChangeset for help on using the changeset viewer.