代码搜索结果
找到约 10,000 项符合
Z 的代码
d_z.cpp
// D_z.cpp: implementation of the D_z class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "aa.h"
#include "D_z.h"
#ifdef _DEBUG
#un
z8536.h
#ifndef _8536_H
#define _8536_H
/* 8536 register definitions */
#define CIO_MICR 0x00 /* Master interrupt control register */
#define CIO_MCCR 0x01 /* Master configuration control register */
z8530.s
; Zilog 8530 general-purpose control subroutines
;
include asmglobal.h
LOCALS
.CODE
; Write a 8530 register. Called from C as
; write_scc(int ctl,unsigned char reg,unsigned char val);
pub
z8530.h
#ifndef _Z8530_H
#define _Z8530_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* In z8530.asm: */
void write_scc(uint16 ctl,uint8 reg,uint8 val);
uint8 read_scc(uint16 ctl,uint8 reg);
int
z12864.lst
C51 COMPILER V8.08 Z12864 12/07/2007 16:07:50 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE Z12864
OBJECT MODULE PLACED IN
z12864.c
//[字符图象输出文件=hzk.c]
//[字体名称=宋体]
//[字体大小=16]
//[字节方向=垂直]
//[字位顺序=从低到高]
#include
#include
#include
#define UP 0xfe
#define DOWN 0xfd
#define LEFT 0xfb
#def