GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Functions | Variables
gecode.c File Reference
#include "gecode.h"

Go to the source code of this file.

Functions

char ge_glyph (uint8_t b)
 
uint8_t ge_code (uint8_t c)
 

Variables

static const char GE_GLYPH [256]
 

Function Documentation

◆ ge_code()

uint8_t ge_code ( uint8_t  c)

Definition at line 47 of file gecode.c.

◆ ge_glyph()

char ge_glyph ( uint8_t  b)

Definition at line 37 of file gecode.c.

Variable Documentation

◆ GE_GLYPH

const char GE_GLYPH[256]
static
Initial value:
= {
[0x40]='0',[0x41]='1',[0x42]='2',[0x43]='3',[0x44]='4',[0x45]='5',
[0x46]='6',[0x47]='7',[0x48]='8',[0x49]='9',
[0x4A]='[',[0x4B]='#',[0x4C]='@',[0x4D]=':',[0x4E]='>',[0x4F]='?',
[0x50]=' ',[0x51]='A',[0x52]='B',[0x53]='C',[0x54]='D',[0x55]='E',
[0x56]='F',[0x57]='G',[0x58]='H',[0x59]='I',
[0x5A]='&',[0x5B]='.',[0x5C]=']',[0x5D]='(',[0x5E]='<',[0x5F]='\\',
[0xA1]='J',[0xA2]='K',[0xA3]='L',[0xA4]='M',[0xA5]='N',[0xA6]='O',
[0xA7]='P',[0xA8]='Q',[0xA9]='R',
[0xAB]='$',[0xAD]=')',[0xAE]=';',[0xAF]='\'',
[0xB0]='+',[0xB1]='/',[0xB2]='S',[0xB3]='T',[0xB4]='U',[0xB5]='V',
[0xB6]='W',[0xB7]='X',[0xB8]='Y',[0xB9]='Z',
[0xBB]=',',[0xBC]='%',[0xBD]='=',[0xBE]='"',[0xBF]='!',
}

Definition at line 22 of file gecode.c.