Next: MeP Pragmas, Previous: ARM Pragmas, Up: Pragmas
GCC memregs
number-memregs=
for the current
file. Use with care! This pragma must be before any function in the
file, and mixing different memregs values in different objects may
make them incompatible. This pragma is useful when a
performance-critical function uses a memreg for temporary values,
as it may allow you to reduce the number of memregs used.
ADDRESS
name address1234H
numeric syntax is not supported (use 0x1234
instead). Example:
#pragma ADDRESS port3 0x103 char port3;