where can i find hc08 assembly variable definitions

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

where can i find hc08 assembly variable definitions

Jump to solution
2,117 Views
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
Labels (1)
Tags (1)
0 Kudos
1 Solution
779 Views
bigmac
Specialist III
With the CW directory, I believe the file you are looking for is ...\Help\pdf\Assembler_HC08.pdf.
 

View solution in original post

0 Kudos
3 Replies
779 Views
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 Kudos
780 Views
bigmac
Specialist III
With the CW directory, I believe the file you are looking for is ...\Help\pdf\Assembler_HC08.pdf.
 
0 Kudos
779 Views
eeetee
Contributor I
hi bigmac:
 
thanks, that's exactly what i need!
 
 
regards,
 
 
ed
0 Kudos