<div dir="ltr">This might be slightly off topic but it does involve operation on a real 1620.<div><br></div><div>I have the coding for a transition program IBM wrote to help 1620 users move</div><div>to 360/370 computers. I have a good portion of the code working but I've run into a</div><div>snag testing out the Disk Utility Program.</div><div><br></div><div>A sequence of instructions reads sector 04800 to core 00000-00099, the character </div><div>at 00000 being a Record Mark. Ultimately the RM is moved to the Q11 position of</div><div>of a TD instruction. The 1620 simulator fails trying to convert the Q address to binary</div><div>since RM with a bit pattern of 1010 is not a valid decimal character.</div><div><br></div><div>Since this sequence seems to work on real hardware, my question is:</div><div><br></div><div>Is the RM and possibly Group Mark valid in a P or Q address and if so, what would be the </div><div>value in the address? Could the RM be a 0 and the GM (1111) be a 5 using modulo 10.</div><div><br></div><div>Any info would be appreciated.  </div></div>