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:
@@ -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
|
||||
--------
|
||||
|
Reference in New Issue
Block a user