Regardless of pathlength or bytes for instructions - I like this most


Maybe add a comment to show that F becomes 7 and so on

and that invalid signs (0 thru 9 in left nibble) become ?

Am 13.02.22 um 05:24 schrieb Ed Jaffe:

Shortest? Who knows?

|      LLC   Rx,LASTBYTE         Get last byte
|      SRL   Rx,4                Isolate sign..
|      NILL  Rx,X'0007'          ..to last 3 bits
|      LA    Rx,=C'?? - -  '(Rx) Point to sign char
|      MVC   SIGNCHAR,0(Rx)      Set appropriate sign or '?'


Martin

Reply via email to