Reply by KR August 1, 20032003-08-01
I am new to Motorola assembly programming, using the DSP563xx. Can
someone provide a simple 'hello' assembly program for me. I'm having
some problems, including getting the equivalent functionality of the
C statements:

#ifndef HFILE_H
@define HFILE_H
.
#endif

It seems perhaps that I use:
if @DEF(HFILE_ASM)
DEFINE HFILE_ASM '1'
.
ENDIF

Does this seem correct? I would appreciate an example, which
illustrates the basic assembler functions commonly used; for defining
constants, objects, and functions. Also, can someone recommend the
tools they like best for the DSP563xx?
Thanks,
KR