代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.bak
name memory
;********************************************************
;* *
;* remocon of massage machine *
;* *
;* *
;*******************************************************
memory.lst
A51 MACRO ASSEMBLER MEMORY 06/10/2005 13:26:29 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN MEMORY.OBJ
ASSEMBLER I
memory.asm
NAME MEMORY
;;对于想把一外部存贮器的变量定位可采用如下方法:
;; xseg at 80h
;; varible: ds 2
;;这样VARIBLE 变量就被定位于外部存贮器中了
;;在C语言里声明外部变量时用如下方法:
;; xdata unsigned char varible;即可
public flag1
public key_fl
memory.lst
A51 MACRO ASSEMBLER MEMORY 09/10/2005 17:11:41 PAGE 1
MACRO ASSEMBLER A51 V6.02
OBJECT MODULE PLACED IN d:\2005_09\memory.OBJ
memory.a51
/********************************************/
/* chip ATMEL 89c52 */
/* this file is used to assigned */
/* varible to memory */
/***
memory.cmd
-stack 100
-m test.map
-o test.out
MEMORY
{
PAGE 0 :
VECS : origin = 0h , length = 40h
PVECS : origin = 44h , length = 70h
PROG : origin = 200h , length =
memory.cmd
-stack 100
-m test.map
-o test.out
MEMORY
{
PAGE 0 :
VECS : origin = 0h , length = 40h
PVECS : origin = 44h , length = 70h
PROG : origin = 200h , length =