History log of /csrg-svn/old/as.vax/asscanl.h (Results 1 – 6 of 6)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 19826 30-Apr-1985 dist

Add copyright

# 13465 30-Jun-1983 rrh

assembly language source file reading now does end of buffer
detection on a per character basis, not on a per line basis, thereby
simplifying the monkey business with reading lines in asscan2.c; s

assembly language source file reading now does end of buffer
detection on a per character basis, not on a per line basis, thereby
simplifying the monkey business with reading lines in asscan2.c; slight
execution penalty

show more ...

# 13448 29-Jun-1983 rrh

DQ quoted strings no longer put into the temp file, but stored
directly into the string spool; this fixes serious efficiency/size bugs
in the temp files. DQ strings put into string pool with precedin

DQ quoted strings no longer put into the temp file, but stored
directly into the string spool; this fixes serious efficiency/size bugs
in the temp files. DQ strings put into string pool with preceding 2 bytes
indicating the length, with a trailing null byte not accounted for in the
2byte length; .asciz and .stabs change length and magically get null byte;
all string moves (lookup and reader) done by subroutine call & movc3

show more ...

# 5830 14-Feb-1982 rrh

Fix reported and outstanding bugs. Reformat some text for
readability/understandability. Assembles new instructions for G and H
format floating numbers & new queue instructions
asscan.c split into 4

Fix reported and outstanding bugs. Reformat some text for
readability/understandability. Assembles new instructions for G and H
format floating numbers & new queue instructions
asscan.c split into 4 files; two additional files to construct and
manipulate G and H format numbers, with analog for atof()
Numerical accuracy of new atof() not verified; standard atof() used
for F and D floating numbers. As does NOT use G and H instructions itself

show more ...

# 5815 14-Feb-1982 rrh

Synchronizing this new file to release 4.2

# 5814 14-Feb-1982 rrh

date and time created 82/02/14 16:20:09 by rrh