home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
c128
/
text
/
examples.arc
/
COLD.A
< prev
next >
Wrap
Text File
|
1989-12-01
|
401b
|
16 lines
; cold.asm
;====================
; Reset the computer
;====================
star = $0b00
.wor star
* = star
jmp cold
dw Date
cold jmp ($fffc)
.end