root/pcascii.hpp

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


// ---------------------------------------------------
// pcascii.hpp  21-Feb-11   Running on Mac OS X 10.6.6
// S/n 2011-1042-654321  Written by Douglas W. Goodall
// Copyright(c)2011 Douglas W. Goodall, United States.
// ---------------------------------------------------
// This file is part of Vintage Modern Assembler Plus Tools.
//
// VMAPT is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// VMAPT is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with VMAPT.  If not, see <http://www.gnu.org/licenses/>.
//
// single border semigraphics

static char szPcasciiHpp[] = "$Id: pcascii.hpp,v 1.1 2011/03/24 11:58:05 doug Exp $";


#define ASCII_ULCS 0xda
#define ASCII_LLCS 0xc0
#define ASCII_URCS 0xbf
#define ASCII_LRCS 0xd9
#define ASCII_HORS 0xc4
#define ASCII_VERS 0xb3

// double border semigraphics
#define ASCII_ULCD 0xc9
#define ASCII_LLCD 0xc8
#define ASCII_URCD 0xbb
#define ASCII_LRCD 0xbc
#define ASCII_HORD 0xcd
#define ASCII_VERD 0xba
#define ASCII_SPACE 0x20

#define ASCII_TAB       0x09
#define ASCII_FORMFEED  0x0c
#define ASCII_ENTER     0x0d
#define ASCII_ESC       0x27
#define ASCII_CONTROL_C 0x03

#define ASCII_SEMI      ';'



/* [<][>][^][v][top][bottom][index][help] */