Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 344 Bytes

instr.md

File metadata and controls

11 lines (6 loc) · 344 Bytes

Asmc Macro Assembler Reference

INSTR

name INSTR [[position,]] textitem1, textitem2

Finds the first occurrence of textitem2 in textitem1. The starting position is optional. Each text item can be a literal string, a constant preceded by a , or the string returned by a macro function.

See Also

Directives Reference