?login_element?

Subversion Repositories NedoOS

Rev

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

  1. // another simple file, but second on command line
  2.         ld      hl,end      ; loads label from first file!
  3.         ld      de,End      ; also second label from first file
  4.         ld      bc,verifyLabel  ; third label from first file (which is behind "end" label)
  5. // verify --dirbol was used to compile this (define MACRO on start of the line)
  6. MACRO xxx
  7.     nop
  8. ENDM
  9.         xxx
  10.     some_error to check file paths output
  11.         END End.end : start address provided
  12.