mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
18 lines
360 B
ArmAsm
18 lines
360 B
ArmAsm
.globl _sw
|
|
_sw:
|
|
rts
|
|
|
|
*********************************************************
|
|
* *
|
|
* Copyright Notice Module *
|
|
* *
|
|
*********************************************************
|
|
|
|
.globl ___cpyrt
|
|
.text
|
|
___cpyrt: .dc.b 'CP/M-68K(tm), Version 1.1, '
|
|
.dc.b 'Copyright (c) 1983, Digital Research'
|
|
.dc.b 'XXXX-0000-654321'
|
|
.dc.w 0
|
|
.end
|