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