elea9003-emu/conf_caratteri.h
2019-12-23 01:24:08 +01:00

72 lines
2.6 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "elea_tipi.h"
/* e f = 0 0 */
#define CAR_ZERO 0 /* '0' */
#define CAR_UNO 1 /* '1' */
#define CAR_DUE 3 /* '2' */
#define CAR_TRE 7 /* '3' */
#define CAR_QUATTRO 4 /* '4' */
#define CAR_CINQUE 8 /* '5' */
#define CAR_SEI 9 /* '6' */
#define CAR_SETTE 11 /* '7' */
#define CAR_OTTO 15 /* '8' */
#define CAR_NOVE 12 /* '9' */
#define CAR_ONDA 2 /* '~' */
#define CAR_PIU 5 /* '+' */
#define CAR_DIESIS 6 /* '#' */
#define CAR_BARRA 10 /* '/' */
#define CAR_MENO 11 /* '-' */
#define CAR_DIVISO 14 /* '÷' */
/* e f = 0 1 */
#define CAR_PHI 16 /* 'φ' */
#define CAR_A 17 /* 'A' */
#define CAR_B 19 /* 'B' */
#define CAR_C 23 /* 'C' */
#define CAR_D 20 /* 'D' */
#define CAR_E 24 /* 'E' */
#define CAR_F 25 /* 'F' */
#define CAR_G 27 /* 'G' */
#define CAR_H 31 /* 'H' */
#define CAR_I 28 /* 'I' */
#define CAR_DELTA 18 /* 'δ' */
#define CAR_UGUALE 21 /* '=' */
#define CAR_ALFA 22 /* 'α' */
#define CAR_PERCENTO 26 /* '%' */
#define CAR_VIRGOLA 27 /* ',' */
#define CAR_GAMMA 30 /* 'γ' */
/* e f = 1 1 */
#define CAR_EPSILON 48 /* 'ε' */
#define CAR_J 49 /* 'J' */
#define CAR_K 51 /* 'K' */
#define CAR_L 55 /* 'L' */
#define CAR_M 52 /* 'M' */
#define CAR_N 56 /* 'N' */
#define CAR_O 57 /* 'O' */
#define CAR_P 59 /* 'P' */
#define CAR_Q 63 /* 'Q' */
#define CAR_R 60 /* 'R' */
#define CAR_ASTERISCO 50 /* '*' */
#define CAR_APERTA_PARENTESI 53 /* '(' */
#define CAR_BETA 54 /* 'β' */
#define CAR_DOLLARO 58 /* '$' */
#define CAR_ETA 59 /* 'η' */
#define CAR_PI 62 /* 'π' */
/* e f = 1 0 */
#define CAR_PUNTO 32 /* '.' */
#define CAR_S 33 /* 'S' */
#define CAR_T 35 /* 'T' */
#define CAR_U 39 /* 'U' */
#define CAR_V 36 /* 'V' */
#define CAR_W 40 /* 'W' */
#define CAR_X 41 /* 'X' */
#define CAR_Y 43 /* 'Y' */
#define CAR_Z 47 /* 'Z' */
#define CAR_APOSTROFO 44 /* ''' */
#define CAR_TETA 34 /* 'θ' */
#define CAR_ESCLAMATIVO 37 /* '!' */
#define CAR_CHIUSA_PARENTESI 38 /* ')' */
#define CAR_INTERROGATIVO 42 /* '?' */
#define CAR_E_COMMERCIALE 43 /* '&' */
#define CAR_MOLTIPLICATO_PER 46 /* '⊗' */