Rev 129 |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | Download
  
  
- // another simple file, but second on command line 
-         ld      hl,end      ; loads label from first file! 
-         ld      de,End      ; also second label from first file 
-         ld      bc,verifyLabel  ; third label from first file (which is behind "end" label) 
- // verify --dirbol was used to compile this (define MACRO on start of the line) 
- MACRO xxx 
-     nop 
- ENDM 
-         xxx 
-     some_error to check file paths output 
-         END End.end : start address provided 
-