From 6adc4ef78bd28fce7101f2b031e752fbc1c177dd Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 12 Jan 1987 15:54:16 +0000 Subject: [PATCH] Added documentation on EM_wordsize and EM_pointersize. --- modules/src/read_em/read_em.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/src/read_em/read_em.3 b/modules/src/read_em/read_em.3 index 4cadc3ed4..f89aa30d8 100644 --- a/modules/src/read_em/read_em.3 +++ b/modules/src/read_em/read_em.3 @@ -34,6 +34,8 @@ EM_mkcalls\ \-\ a module to read EM assembly code .B unsigned int EM_lineno; .PP .B char *EM_filename; +.PP +.B int EM_wordsize, EM_pointersize; .SH DESCRIPTION This package provides routines to read EM assembly code. 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 the input was the result of some preprocessing. .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 .nf ~em/modules/h/em.h -~em/modules/h/em_ptyp.h +~em/h/em_ptyp.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_emkV.a: checking library for reading compact EM code -- 2.34.1