mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-22 16:04:18 +00:00
39 lines
1.4 KiB
ArmAsm
39 lines
1.4 KiB
ArmAsm
ttl mc68343 fast floating point copyright notice (ffpcpyrt)
|
||
ffpcpyrt idnt 1,1 ffp copyright notice
|
||
|
||
*************************************
|
||
* ffp library copyright notice stub *
|
||
* *
|
||
* this module is included by all *
|
||
* link edits with the ffplib.ro *
|
||
* library to protect motorola's *
|
||
* copyright status. *
|
||
* *
|
||
* code: 67 bytes *
|
||
* *
|
||
* note: this module must reside *
|
||
* last in the library as it is *
|
||
* referenced by all other mc68343 *
|
||
* modules. *
|
||
*************************************
|
||
|
||
section 9
|
||
|
||
xdef ffpcpyrt
|
||
|
||
|
||
ffpcpyrt equ *
|
||
dc.b 'mc68343 floating point firmware '
|
||
dc.b '(c) copyright 1981 by motorola inc.'
|
||
|
||
end
|
||
|
||
|