No need for that anymore
[fw/sdcc] / device / examples / ds390 / ow390 / owfile.c
index f192db572eb9a0188bfdea20e79f07d0dffde337..9dd502312735ec48a52ef4f47969bccba295a5bd 100644 (file)
@@ -128,7 +128,6 @@ int owReadFile(int portnum, uchar *filename, uchar *buf)
          buf[bufcnt++] = pgbuf[i];
 
       // get the next file page (from page pointer) 
-      _asm ;johan _endasm;
       filepg = pgbuf[pglen-1];
    }
    while (filepg);