?login_element?

Subversion Repositories NedoOS

Rev

Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.     MACRO MYMACRO1 addr, string, term
  2.         ld de,addr
  3.     ENDM
  4.  
  5.     ; this will exercise the max-depth limit = 20 in substitution
  6.     MYMACRO1 test_result_string, string, 0  ; "string = string" causes infinite recursion
  7.