Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,3 @@
LA R3,I load address of I
...
I DS F

View file

@ -0,0 +1,7 @@
USING MYDSECT,R12
LA R12,I set @J=@I
L R2,J now J is at the same location as I
...
I DS F
MYDSECT DSECT
J DS F