25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
#
|
|
/*
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
/* $Header$ */
|
|
|
|
mes 2,_EM_WSIZE,_EM_PSIZE
|
|
#ifndef NOFLOAT
|
|
exp $modf
|
|
pro $modf,0
|
|
lal 0
|
|
loi _EM_DSIZE
|
|
loc 1
|
|
loc _EM_WSIZE
|
|
loc _EM_DSIZE
|
|
cif
|
|
fif _EM_DSIZE
|
|
lal _EM_DSIZE
|
|
loi _EM_PSIZE
|
|
sti _EM_DSIZE
|
|
ret _EM_DSIZE
|
|
end
|
|
#endif
|