home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_05 / 8n05024a < prev    next >
Encoding:
Text File  |  1995-11-01  |  312 b   |  10 lines

  1. *****Listing 1*****
  2.  
  3.     /* Executable string: mask interrupts
  4.        Assembly      Hex     Octal   Comment
  5.         ORCC  #$10    1A      032     SET Condition Code Register
  6.                       10      020     Turn on IRQ mask bit
  7.         RTS           39      071     Return, no value (void)
  8.     */
  9.  
  10.