Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>irpc assemble once for each character masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IRPC             Assemble Once for Each Character              MASM Directive

  IRPC dummyname,string
  statements
  ENDM

    Causes the assembler to assemble statements once for each character in
    string, replacing dummyname with the current character on each
    iteration.

       Notes:     Dummyname may be used any number of times within
                  statements.

                  The string can consist of letters, digit, and other
                  characters.  If string contains spaces, commas, or other
                  separating characters, enclose it within angle brackets.

See Also: IRP REPT

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson