home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / pcosbind.zoo / source.zoo / pdomain.s < prev    next >
Encoding:
Text File  |  1992-06-22  |  178 b   |  12 lines

  1. ;int Pdomain(int newdom);                /* GEMDOS 0x119 */
  2.  
  3. .export Pdomain
  4. Pdomain:
  5. move.l a2,-(sp)
  6. move.w d0,-(sp)
  7. move.w #$119,-(sp)
  8. trap #1
  9. addq.l #4,sp
  10. movea.l (sp)+,a2
  11. rts
  12.