where can i find hc08 assembly variable definitions

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

where can i find hc08 assembly variable definitions

ソリューションへジャンプ
2,144件の閲覧回数
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 解決策
806件の閲覧回数
bigmac
Specialist III
With the CW directory, I believe the file you are looking for is ...\Help\pdf\Assembler_HC08.pdf.
 

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
806件の閲覧回数
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 件の賞賛
807件の閲覧回数
bigmac
Specialist III
With the CW directory, I believe the file you are looking for is ...\Help\pdf\Assembler_HC08.pdf.
 
0 件の賞賛
806件の閲覧回数
eeetee
Contributor I
hi bigmac:
 
thanks, that's exactly what i need!
 
 
regards,
 
 
ed
0 件の賞賛