Better explanation why insnsa.c is a separate module
authorH. Peter Anvin <hpa@zytor.com>
Sat, 25 May 2002 01:39:12 +0000 (01:39 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 25 May 2002 01:39:12 +0000 (01:39 +0000)
doc/internal.doc

index 8a73aa1..88f06bc 100644 (file)
@@ -133,9 +133,8 @@ insnsa.c
 --------
 
 This is another library module: it exports one very big array of
-instruction translations. It has to be a separate module so that DOS
-compilers, with less memory to spare than typical Unix ones, can
-cope with it.
+instruction translations. It is generated automatically from the
+insns.dat file by the insns.pl script.
 
 labels.c
 --------