Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
15
Task/String-case/360-Assembly/string-case-1.360
Normal file
15
Task/String-case/360-Assembly/string-case-1.360
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
UCASE CSECT
|
||||
USING UCASE,R15
|
||||
MVC UC,PG
|
||||
MVC LC,PG
|
||||
OC UC,=16C' ' or X'40' uppercase
|
||||
NC LC,=16X'BF' and X'BF' lowercase
|
||||
XPRNT PG,L'PG print original
|
||||
XPRNT UC,L'UC print uc
|
||||
XPRNT LC,L'LC print lc
|
||||
BR R14
|
||||
PG DC CL9'alphaBETA'
|
||||
UC DS CL(L'PG)
|
||||
LC DS CL(L'PG)
|
||||
YREGS
|
||||
END UCASE
|
||||
Loading…
Add table
Add a link
Reference in a new issue