diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-25 01:39:12 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-25 01:39:12 +0000 |
commit | 45724a8110f301a5315a8cd98ef13327a80af5f3 (patch) | |
tree | fc6770fa7a0bbc9dcbac42d278267c9ab0a36748 /doc | |
parent | 36775e439f43ecce9819e3c552157f2a07cafd4f (diff) | |
download | nasm-45724a8110f301a5315a8cd98ef13327a80af5f3.tar.gz nasm-45724a8110f301a5315a8cd98ef13327a80af5f3.tar.bz2 nasm-45724a8110f301a5315a8cd98ef13327a80af5f3.zip |
Better explanation why insnsa.c is a separate module
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internal.doc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/internal.doc b/doc/internal.doc index 8a73aa1..88f06bc 100644 --- a/doc/internal.doc +++ b/doc/internal.doc @@ -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 -------- |