home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / libinc / demo / direct.s65 < prev    next >
Text File  |  1993-01-19  |  598b  |  32 lines

  1.    .byte    0,1,2
  2.    .cbyte   2,"eva"
  3.    .dbyte   3,$3412
  4.    .word    4,$1234
  5.    .sbyte   5,"neu"
  6.    .float   2.0,1
  7.    .title   "bille"
  8.    .page    "foo"
  9.    .set     2,1
  10.    .opt     no obj, no clist, xref
  11.    .if 1
  12.       .zext    foo
  13.       .vfl_bochum  lilo
  14.       .tab     2
  15.       .dbyte   2 .or 3 .and 5 * .ref foo - .def lilo
  16.    .else
  17.       .error   "IF didn't work"
  18.    .endif
  19.    .if .def __RUN
  20.       .org  344
  21.    .endif
  22.    .local
  23.    .macro   nette
  24.    .byte    "nix"
  25.    .endm
  26.    nette
  27. y  .equ   foo  
  28.    .error "prepare for errors"
  29.    .yield an error
  30.    .dbytes  me too   
  31.    .include #foobie.foo
  32.