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 ...
|