0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Better explanation why insnsa.c is a separate module

This commit is contained in:
H. Peter Anvin
2002-05-25 01:39:12 +00:00
parent 36775e439f
commit 45724a8110

View File

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