![Epson S1C88 Series Скачать руководство пользователя страница 277](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917277.webp)
APPENDIX B CREATING PROCEDURE OF ASSEMBLY SOURCE FILE (Sub tool chain)
S5U1C88000C MANUAL II
EPSON
265
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
Name:
REPT
.... Repetition by the specified number of times
Format:
REPT
<operation expression>
<statement string>
ENDR
Functions:
The portion between the REPT line and the ENDR line will be repeatedly expanded by the number of
times equal to the value of the operation expression. If there is any undefined name in the operation
expression, the value of such a name will be evaluated as "0".
Each statement of IRP, IRPC and REPT can be nested to the depth of your choice. The ENDR line at
this time will correspond to the inside IRP/IRPC/REPT lines.
Example:
rept
4
;
4-bit shift
sll
a
endr
Related items:
EQU, IRP, IRPC, SET
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 ...