<div dir="ltr">A quick fix to make PAGE a no-op, would be to add a line in assemble.c right after the line<div>   case P_PRINT:<br></div><div>and add the line</div><div>   case P_PAGE:<br></div><div><br></div><div>I don't think that much of the listing ops really work anyway.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 4, 2020 at 7:45 PM Ethan Dicks <<a href="mailto:ethan.dicks@gmail.com">ethan.dicks@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi, Kevin, Rhialto,<br>
<br>
This thread gave me a good reason to check out cross-compiling some<br>
macro-11 code and I threw the first thing in my PDP-11 projects<br>
directory at it, and got this...<br>
<br>
$ macro11  DQ614P.MAC<br>
DQ614P.MAC:53: ***ERROR Unimplemented directive .PAGE<br>
DQ614P.MAC:133: ***ERROR Unimplemented directive .PAGE<br>
DQ614P.MAC:403: ***ERROR Unimplemented directive .PAGE<br>
<br>
I know this has nothing to do with the rt11/rsx11 changes but I<br>
thought I'd bring this up since, as they say, the hood is open.<br>
<br>
I was kind of surprised this would be an issue - back when we<br>
typically printed listings out on greenbar paper, we used .PAGE<br>
directives for a fresh page.  I guess it matters less when we just<br>
look at the output on gargantuan bitmapped displays.<br>
<br>
-ethan<br>
</blockquote></div>