History log of /original-bsd/old/as.vax/instrs (Results 1 – 10 of 10)
Revision Date Author Comments
# d7c15081 30-Apr-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# 9725c0aa 30-Jun-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

The string pool is maintained both in core, and in a second tmp file.
names are in core and on the file; strings are just in the file. The file
is maintained as a string table per a.out(5), and tac

The string pool is maintained both in core, and in a second tmp file.
names are in core and on the file; strings are just in the file. The file
is maintained as a string table per a.out(5), and tacked onto the a.out file
at the very end. The string table has more than need be, since discarde
labels and .ascii strings find their way (harmlessly) into the string table.
the string file maintained with stdio; nothing fancy, even if -V set

show more ...


# d42da6cb 19-May-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

include reference manual page number as part of the instructions
record (reference manual is 1981 edition); enumerate instructions in the
same order as the reference manual.


# 047d186c 29-Apr-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

fix glaring operand type bug with clrg & mnegw; field instructions \are
operands of type V, not R/W


# 5ca9d603 11-Nov-1982 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

add clrg and movag; fix opcode for pushag


# 2952b350 11-Nov-1982 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

cvtgd instruction removed: VAX cvt graph is NOT complete: no
cvtdg or cvtgd instructions!


# f3d936fb 14-Feb-1982 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

This file now includes the awk script that processes this file.
To create instrs.as: (echo FLAVOR AS; cat instrs) | awk -f instrs > instrs.as


# 47fb63a6 06-Feb-1982 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

Changed format to merge the instruction table used in c2 with that
used for as. Now, as, adb, sdb and c2 all use the same table.
The table MUST be processed by an awk script, instrsfix.awk


# 41cf8b00 06-Feb-1982 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

added new VAX instructions, and escape byte. Ordered instructions
into functional groups.


# c560d620 16-Aug-1980 bill <bill@65305748-3e16-e211-a854-8c89a5c6f760>

date and time created 80/08/16 15:03:38 by bill