?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.     DEVICE ZXSPECTRUM48
  2.     BPLIST "somefile.exp" zesarux
  3.  
  4.     ; test the "maximum 100 breakpoints" warning for ZEsarUX type of file
  5.     OPT listoff
  6. val_i=0
  7.     DUP 100
  8.         SETBP val_i
  9. val_i=val_i+1
  10.     EDUP
  11.     OPT liston
  12.  
  13.     SETBP   $EEEE   ; ok ; should do warning (can't be suppressed)
  14.