Skip to main content

IAR Embedded Workbench for RL78 5.20

__registerMacroFile

In this section:
Syntax
__registerMacroFile(filename)
Parameters
filename

A file containing the macros to be registered (string). The filename must include a path, which must either be absolute or use argument variables. For information about argument variables, see Argument variables.

Return value

int 0

For use with

All C-SPY drivers.

Description

Registers macros from a setup macro file. With this function you can register multiple macro files during C-SPY startup.

Example
__registerMacroFile("c:\\testdir\\macro.mac");
See also

Using C-SPY macros.