On Fri, 19 Jul 2024 at 10:56, Tony Thigpen <[email protected]> wrote: > Found in some shareware code: > > MVI RO,2 > > Please page down when you think you know what the program was doing. >
The RO vs R0 is pretty obvious in the font Gmail shows it to me in. Had it been R0 (assuming R0 EQU 0), then surely HLASM would've complained with the PAGE0 message we've been discussing again lately. Tony H.
