!pr0
!lm12
!rm75
Lower Case Titles Revisited.........................Bill Morgan

Last month we published Bob Matzinger's patch to Version 1.1 of the Macro Assembler to allow lower-case characters in a .TItle line.  The article contained this sentence:  "Here is a hex dump of the code, with a square around the byte to be changed:"  But I forgot to draw the square on the page!

Here is that section of code again, this time with the square drawn in:

       A2 00     LDX #0
       20 3E x2  JSR $123E or $D23E
       C9 2C     CMP #$2C
       D0 0D     BNE ...

       20 3E x2  JSR $123E or $D23E

       B0 08     BCS ...
       9D 70 01  STA $170,X       
