home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 284_01 / halt.asm < prev    next >
Encoding:
Assembly Source File  |  1989-03-13  |  128 b   |  7 lines

  1. ;    stop 8080
  2.  
  3.     org    0100H
  4. ENTRY:    hlt
  5.  
  6.     end    ENTRY
  7.