Copy protection
16-Feb-86 20:13:55
Sb: #8259-Copy protection
Fm: Larry Miller 72336,3241
To: Jez San @ Argonaut S/W 72247,3661
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
OK I'll look at that. I am having trouble getting a LISTING out of Assem; it
crashes whilst in the depths of nested includes. I am gonna try to get a
listing to complete with more stack allocated. Assem dies gracefully on running
out of workspace, but whatever is killing it is decidedly UNfriendly (leaves a
read/write error on the disk; sure acts like a stack crash).
I wrote a little C COMPARE program, and there are some sizeable differences
between what the assembler puts out from your source and what the .exe up here
has in it. Looks like a different version in some ways. Curious that if I had a
code-generating .i in twice that the .exe file size would be the same……