Some corrections
This commit is contained in:
parent
cc04440b5c
commit
be2264283f
2 changed files with 4 additions and 2 deletions
|
@ -25,7 +25,7 @@ RESFILES= \
|
||||||
crefman.$(SUF): crefman.doc
|
crefman.$(SUF): crefman.doc
|
||||||
$(EQN) $(TARGET) crefman.doc | $(NROFF) $(MS) $(TARGET) >$@
|
$(EQN) $(TARGET) crefman.doc | $(NROFF) $(MS) $(TARGET) >$@
|
||||||
ansi_C.$(SUF): ansi_C.doc
|
ansi_C.$(SUF): ansi_C.doc
|
||||||
$(TBL) $(TARGET) ansi_C.doc | $(NROFF) $(MS) $(TARGET) >$@
|
$(TBL) ansi_C.doc | $(NROFF) $(MS) $(TARGET) >$@
|
||||||
v7bugs.$(SUF): v7bugs.doc
|
v7bugs.$(SUF): v7bugs.doc
|
||||||
$(NROFF) $(TARGET) v7bugs.doc >$@
|
$(NROFF) $(TARGET) v7bugs.doc >$@
|
||||||
install.$(SUF): install.doc
|
install.$(SUF): install.doc
|
||||||
|
@ -36,6 +36,8 @@ val.$(SUF): val.doc
|
||||||
$(NROFF) $(TARGET) val.doc >$@
|
$(NROFF) $(TARGET) val.doc >$@
|
||||||
6500.$(SUF): 6500.doc
|
6500.$(SUF): 6500.doc
|
||||||
$(TBL) 6500.doc | $(NROFF) $(MS) $(TARGET) >$@
|
$(TBL) 6500.doc | $(NROFF) $(MS) $(TARGET) >$@
|
||||||
|
m68020.$(SUF): m68020.doc
|
||||||
|
$(EQN) $(TARGET) m68020.doc | $(TBL) | $(NROFF) $(MS) $(TARGET) >$@
|
||||||
ncg.$(SUF): ncg.doc
|
ncg.$(SUF): ncg.doc
|
||||||
$(TBL) ncg.doc | $(NROFF) $(MS) $(TARGET) >$@
|
$(TBL) ncg.doc | $(NROFF) $(MS) $(TARGET) >$@
|
||||||
LLgen.doc: LLgen.X
|
LLgen.doc: LLgen.X
|
||||||
|
|
|
@ -206,7 +206,7 @@ The value in the program counter is the address of the extension word.
|
||||||
.NH 4
|
.NH 4
|
||||||
Immediate Data
|
Immediate Data
|
||||||
.IP Syntax: 8
|
.IP Syntax: 8
|
||||||
@ \#data @
|
@ "\#data" @
|
||||||
.PP
|
.PP
|
||||||
This addressing mode requires either one or two words of extension, depending
|
This addressing mode requires either one or two words of extension, depending
|
||||||
on the size of the operation;
|
on the size of the operation;
|
||||||
|
|
Loading…
Reference in a new issue