home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / match1.2 / Search.s < prev   
Text File  |  1986-11-30  |  239b  |  21 lines

  1. LL0:
  2.     .data
  3.     .text
  4.     .align    1
  5.     .globl    _Search
  6. _Search:
  7.     .word    L20
  8.     matchc    8(ap),*4(ap),16(ap),*12(ap)
  9.     beql    match
  10.     movl    20(ap),r0
  11.     movl    r3,8(r0)
  12.     movl    $0,r0
  13.     ret
  14. match:
  15.     movl    20(ap),r0
  16.     movl    r3,8(r0)
  17.     movl    $1,r0
  18.     ret
  19.     .set    L20,0xf00
  20.     .data
  21.