?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     FPOS 1
  2.     OUTPUT "ignore.bin",r
  3.     SIZE 1              ; will cause error about exceeeding output size
  4.     OPT --syntax=w      ; warnings as errors
  5.     EXPORT error_about_default_file
  6.     ENDMODULE   ; error: without beginning of module
  7.     IF 1
  8.         DISP        0x1234
  9.             nop
  10.         ENDT
  11.         FPOS 0
  12.         TEXTAREA    0x2345
  13.             ret
  14.         DEPHASE
  15.         PHASE       0x3456
  16.             cpl
  17.         UNPHASE
  18.         daa
  19.         OUTEND
  20.     ELSE
  21.         ; no endif to fall through the <EOF>
  22.