[Simh] macro11

Robert Armstrong bob at jfcl.com
Fri Mar 6 17:53:08 EST 2020


  Another macro11 question - do the apostrophes in the listing indicate
relocatable references, as they do in the DEC version?

  If so, then I don't think it's assembling this code correctly -


       1                                        .TITLE  TEST RELOCATABLE
REFERENCES
       2 000000                                 .ASECT
       3        001000                          .=1000
       4
       5        001234                  X == 1234
       6
       7 001000 005067  001234'                 CLR     X
       8

  X should be an absolute address, not relocatable.

Bob



More information about the Simh mailing list