where can i find hc08 assembly variable definitions

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

where can i find hc08 assembly variable definitions

跳至解决方案
3,045 次查看
eeetee
Contributor I
hi:
 
i'm a newbie to codewarrior5 (and wasn't that hot on 3.1 either). i've managed to get everything installed and running including the  usbmono8 connection. i had cw5.0 create a new project with it's own main template. it has  some definitions and some assembler directives that i am not familiar with:
 
XDEF _Startup, main
XREF MCU_init
XREF __SEG_END_STACK
 
i have typed one line of code:
 
             bset      5,PORTA
 
this generates an error   A1104: Undeclared user defined symbol:  PORTA
 
two questions:
 
where can i find documentation on the XREF XDEF etc?
 
where is the include file for the qt2 that i'm trying to work with? there is a line :
INCLUDE 'derivative.inc' but the include file must not have any reference to "PORTA"
 
 
thanks in advance!!!
 
 
regards,
 
ed taylor
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,707 次查看
bigmac
Specialist III
With the CW directory, I believe the file you are looking for is ...\Help\pdf\Assembler_HC08.pdf.
 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,707 次查看
eeetee
Contributor I
hi:
 
 
i found the include file anomoly and have that fixed. still need to find the assembler users guide.
 
 
thanks!
 
ed
0 项奖励
回复
1,708 次查看
bigmac
Specialist III
With the CW directory, I believe the file you are looking for is ...\Help\pdf\Assembler_HC08.pdf.
 
0 项奖励
回复
1,707 次查看
eeetee
Contributor I
hi bigmac:
 
thanks, that's exactly what i need!
 
 
regards,
 
 
ed
0 项奖励
回复