본문 바로가기
나머지/IT개발.잡다한것.

EQU SET

by 무늬만학생 2012. 9. 25.
반응형

EP2GPIFTCH          EQU  GPIFTCB1 ; these are here for backwards compatibility

EP2GPIFTCL          EQU  GPIFTCB0 ; 

EP4GPIFTCH          EQU  GPIFTCB1 ; these are here for backwards compatibility

EP4GPIFTCL          EQU  GPIFTCB0 ; 

EP6GPIFTCH          EQU  GPIFTCB1 ; these are here for backwards compatibility

EP6GPIFTCL          EQU  GPIFTCB0 ; 

EP8GPIFTCH          EQU  GPIFTCB1 ; these are here for backwards compatibility

EP8GPIFTCL          EQU  GPIFTCB0 ; 



KEIL 

Macro Assembler and Utilities


EQU, SET

The EQU and SET directive assigns a numeric value or register symbol to the

specified symbol name. Symbols defined with EQU may not have been

previously defined and may not be redefined by any means. The SET directive

allows later redefinition of symbols. Statements involving the EQU or SET

directive are formatted as follows:





반응형

'나머지 > IT개발.잡다한것.' 카테고리의 다른 글

glue logic psen, read signal  (1) 2012.09.26
Assembler Directives 와 LEDCycle 예제  (1) 2012.09.25
8051 XDATA IDATA DATA FX2  (0) 2012.09.25
SYNCDELAY  (0) 2012.09.24
bulkloop while문  (0) 2012.09.24