Added documentation on EM_wordsize and EM_pointersize.

This commit is contained in:
ceriel 1987-01-12 15:54:16 +00:00
parent 9639f0a87b
commit 6adc4ef78b

View file

@ -34,6 +34,8 @@ EM_mkcalls\ \-\ a module to read EM assembly code
.B unsigned int EM_lineno; .B unsigned int EM_lineno;
.PP .PP
.B char *EM_filename; .B char *EM_filename;
.PP
.B int EM_wordsize, EM_pointersize;
.SH DESCRIPTION .SH DESCRIPTION
This package provides routines to read EM assembly code. This package provides routines to read EM assembly code.
The object is to simplify the program The object is to simplify the program
@ -250,10 +252,15 @@ reason can then be found in \fIEM_error\fR.
given as parameter to \fIEM_open\fR, but may have a different value, when given as parameter to \fIEM_open\fR, but may have a different value, when
the input was the result of some preprocessing. the input was the result of some preprocessing.
.PP .PP
.I EM_wordsize
and
.I EM_pointersize
contain the wordsize and pointersize, but only after the first
(pseudo-)instruction has successfully been read.
.SH FILES .SH FILES
.nf .nf
~em/modules/h/em.h ~em/modules/h/em.h
~em/modules/h/em_ptyp.h ~em/h/em_ptyp.h
~em/modules/h/em_comp.h ~em/modules/h/em_comp.h
~em/modules/lib/libread_emk.a: non-checking library for reading compact EM code ~em/modules/lib/libread_emk.a: non-checking library for reading compact EM code
~em/modules/lib/libread_emkV.a: checking library for reading compact EM code ~em/modules/lib/libread_emkV.a: checking library for reading compact EM code