APPENDIX B CREATING PROCEDURE OF ASSEMBLY SOURCE FILE (Sub tool chain)
262
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
Name:
PURGE
.....Macro deletion
Format:
PURGE
[<macro name>]
Functions:
Once this instruction is executed, the macro definition of specified name that occur thereafter will be
deleted. When name is not specified, all the macro definitions will be deleted. It is also possible to
specify undefined macro name.
Example:
purge
add
;
delete the macro add
add
ba,#10
;
use the add instruction
Related item:
MACRO
Limitation:
This pseudo-instruction can only be used in the structured preprocessor sap88. It cannot be accepted
in the asm88 and will cause an error if used.
Name:
UNDEF
.....Deletion of a character string macro
Format:
UNDEF
<character string macro name>
Functions:
The character-string macro definition will be deleted of the specified name that occur after this
instruction is executed. It is also possible to specify undefined character-string macro name.
Example:
undef
XMAX ;
delete the character string macro XMAX
Related items:
DEFINE, IFDEF, IFNDEF
Limitation:
This pseudo-instruction can only be used in the structured preprocessor sap88. It cannot be accepted
in the asm88 and will cause an error if used.
Содержание S1C88 Series
Страница 4: ......
Страница 304: ......
Страница 305: ...S1C88 Family Development Tools Quick Reference ...