代码搜索:defined
找到约 10,000 项符合「defined」的源代码
代码结果 10,000
www.eeworm.com/read/136426/13379623
asm defined.asm
; 直接访问方式地址定义,根据用户平台接口修改
CWADD1 EQU 0800H ; 写指令代码地址(左)
CRADD1 EQU 0A00H ; 读状态字地址 (左)
DWADD1 EQU 0900H ; 写显示数据地址(左)
DRAD
www.eeworm.com/read/136426/13379660
asm defined.asm
; 直接访问方式地址定义,根据用户平台接口修改
CWADD1 EQU 0800H ; 写指令代码地址(左)
CRADD1 EQU 0A00H ; 读状态字地址 (左)
DWADD1 EQU 0900H ; 写显示数据地址(左)
DRAD
www.eeworm.com/read/315696/13538066
c defined.c
#include
#include
#include
#include
/* 直接访问方式地址定义,根据用户平台接口修改 */
#define cwadd1 XBYTE[0x800] /*写指令代码地址(左)*/
#define cradd1 XBYTE[0xa00]
www.eeworm.com/read/152141/12136259
h defined.h
/*
* Copyright (c) 1998, 1999, 2000
* Tama Communications Corporation
*
* This file is part of GNU GLOBAL.
*
* GNU GLOBAL is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/152141/12136354
c defined.c
/*
* Copyright (c) 1998, 1999, 2000, 2001
* Tama Communications Corporation
*
* This file is part of GNU GLOBAL.
*
* GNU GLOBAL is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/470720/1452306
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests tradcpp0 with defined. The defined operator in traditional C
works just the same as the defined opera
www.eeworm.com/read/470720/1452486
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *
www.eeworm.com/read/470693/1464252
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests tradcpp0 with defined. The defined operator in traditional C
works just the same as the defined opera
www.eeworm.com/read/470693/1464432
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *