代码搜索结果
找到约 10,000 项符合
Z 的代码
ochre-z.txt
symbol 0
0 0 0.0
0 1 0.0
0 2 0.0
0 3 0.0
0 4 0.0
0 5 0.0
0 6 0.0
0 7 0.0
0 8 0.0
0 9 0.0
0 10 0.0
0 11 0.0
1 0 0.0
1 1 0.0
1 2 0.08333333333333333
1 3 0.16666666666666666
1 4 0.166666
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