代码搜索结果
找到约 10,000 项符合
H 的代码
savecode.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
configsettings.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
outputmem.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
lcd._h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
char._h
const unsigned char num[][6]=
{
{0x3E,0x51,0x49,0x45,0x3E,0x00}, //'48 - 0 - 30
{0x00,0x42,0x7F,0x40,0x00,0x00}, //'49 - 1 - 31
{0x42,0x61,0x51,0x49,0x46,0x00}, //'50 - 2 -
chinese.h
/*-- 文字: 尤 --*/
/*-- 黑体12; 此字体下对应的点阵为:宽x高=16x16 --*/
const unsigned char you1[16]={0x00,0x10,0x10,0x10,0x10,0x10,0xFF,0x10,0x10,0xF2,0x14,0x1C,0x10,0x10,0x10,0x00};
const unsigned char you
savecodeblockoptions.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
formatnums.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
stdafx.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can