VARIABLES, ASSEMBLER,  56F801

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

VARIABLES, ASSEMBLER,  56F801

1,735 Views
Vilbcam
Contributor I
Hello
Im strugling with several issues. I am coming from 8 bits microcontrollers using the very friendly IDE from Pemicro for years.  Now trying to start on 56F801 I am not being able to define variables, using the project wizard from Code Warrior that starts everything, and when it comes to "write your code here" ( using the option of assembler at the beggining ) it just dont go: somewhere it gotta to be the area for the variables and constants. I cant find anywhere in all the small files that originates automaticaly any references to EQU  or something like that.
 
Would be very useful to learn how to do that and to define the adress at memory so it can be tracked for trainning purposes.
 
Anybody can help ?
Thanks!
Labels (1)
Tags (1)
0 Kudos
2 Replies

272 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
Under the installation the \help\pdf folder contains all documentation manuals.
For the assembly tool please refer to the 56800x_Assembler.pdf manual.
For intance about the EQU: A_D_PORT EQU X:$4000
 
Regards
Pascal
 
0 Kudos

272 Views
Vilbcam
Contributor I
Thanks for your help.
0 Kudos