mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
- (crypta.asm) move all functions into the *.o file. The first one was
getting put into the *.root file.
This commit is contained in:
parent
e712a9ff58
commit
716edaa21b
@ -3,16 +3,20 @@
|
|||||||
* 19-22 January 1992 by Jawaid Bazyar
|
* 19-22 January 1992 by Jawaid Bazyar
|
||||||
* Copyright 1992, Procyon Inc.
|
* Copyright 1992, Procyon Inc.
|
||||||
*
|
*
|
||||||
* $Id: crypta.asm,v 1.1 1997/02/28 05:12:43 gdr Exp $
|
* $Id: crypta.asm,v 1.2 1998/02/05 16:07:06 gdr-ftp Exp $
|
||||||
*
|
*
|
||||||
* Because of the four storage blocks listed below (copyOfData, e, ikey, and
|
* Because of the four storage blocks listed below (copyOfData, e, ikey, and
|
||||||
* yb), this doesn't seem to be compatible with the large memory model.
|
* yb), this doesn't seem to be compatible with the large memory model.
|
||||||
* This should be changed. These routines should also be placed in the
|
* This should be changed. These routines should also be placed in the
|
||||||
* libc_gen__ load segment.
|
* libc_gen__ load segment.
|
||||||
*
|
*
|
||||||
mcopy crypta.mac
|
|
||||||
case on
|
case on
|
||||||
|
|
||||||
|
dummy start ; ends up in .root
|
||||||
|
end
|
||||||
|
|
||||||
|
mcopy crypta.mac
|
||||||
|
|
||||||
* void __crypt_transpose (struct block *data, struct ordering *t, int n);
|
* void __crypt_transpose (struct block *data, struct ordering *t, int n);
|
||||||
__crypt_transpose START
|
__crypt_transpose START
|
||||||
subroutine (2:n,4:t,4:data),2
|
subroutine (2:n,4:t,4:data),2
|
||||||
|
Loading…
Reference in New Issue
Block a user