Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
The only thing close to an internals manual is the Assembler PLM SY33-8041... available from a couple of sources including this one:
By
William Denton
·
#6217
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Is it possible - legally and technically - to have all the source code of ASSEMBLER XF (IFOX00) on a CMS disk on VM/370 Community Edition and build it completely from source without any running MVS
By
Martin Scheffler
·
#6216
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
A Clarification For OS/360, OS/VS (VS1, SVS and MVS), IBM never shipped much (if any) source code with the "distribution materials" (PID tapes). Customers had to order the "optional source materials"
By
Mark Waterbury
·
#6215
·
|
Updated Wiki Page: Reserved CMS Modification Numbers
#wiki-notice
The wiki page Reserved CMS Modification Numbers ( /g/h390-vm/wiki/37735/211550 ) has been updated by William Denton <williamedenton@...>. Compare Revisions (
By
Group Notification <noreply@...>
·
#6214
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Here Here. Jay really did a lot of work on this stuff.... ... and thanks to Mark for either digging this out. So it appears that whilst the base Assembler source was distributed , the PTFs were only
By
Dave Wade
·
#6213
·
|
Rexx PARSE test cases needed
I have a fix in progress for the BREXX bug that has been described as "BREXX PARSE errors with literals in the template" ( https://github.com/s390guy/vm370/issues/61), although that's just one aspect
By
Ross Patterson
·
#6212
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Jay Moseley has this on his web site: https://www.jaymoseley.com/hercules/for_mvt/ifox_mvt.htm This includes a description of how Paul Gorlinksy disassembled PTFed objects and retrofitted the changes
By
Mark Waterbury
·
#6211
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
I thought someone updated the ASMXF source to reflect all the PTF¡¯s a number of years ago. Isn¡¯t there a S370 asm group? Probably there but I¡¯ll see if I have a copy. Laddie Hanus Sent from
By
laddiehanus
·
#6210
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
I never said it wasn?t. What I said was that it wasn?t distributed with VM/370. Pretty sure it is the actual PDS name from the MVS source disks
By
Dave Wade
·
#6209
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
One thing I found interesting in the referenced Assembler mods was the mention of the existence of source code for the Assembler In the MVS/370 distro. The `ifmods.memo.txt` file inside `ifmods.zip`
By
William Denton
·
#6208
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
[email protected]> wrote: Yup, and there's even a technique in CMS to make use of a lot of those mode 1 files. The GENDIRT command that ASMGEND EXEC invokes will locate all the files ASSEMBLE MODULE
By
Ross Patterson
·
#6207
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Why should it be. It would take up memory space for every user if it were. Its only of use then the 190 is accessed for write access so its mode 1. I think there are a few things like that on the
By
Dave Wade
·
#6206
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
I have found IFOXMODS MEMO F1 on MAINT 093 and ASMGEND EXEC I1 on MAINT 190 . ASMGEND EXEC I1 has file mode number 1 and is not visible on the S disk. Martin *q disk f Label ?CUU M ?Stat ?Cyl Type
By
Martin Scheffler
·
#6205
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
When I worked for Owens Corning Fiberglas Research Center as the lead systems programmer, it was my policy to rebuild from start to finish, CP, CMS, and RSCS. I would compare the text files IBM sent
By
Bertram Moshier
·
#6204
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Almost all.. The Assembler is the XF assembler is common to MVS, VM and DOS and you need the MVS source disks to re-build it. There is a file here:- /g/h390-vm/files/GCCCMS/ifmods.zip
By
Dave Wade
·
#6203
·
|
Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Is it possible to generate the complete VM/370 Community Edition including all the tools from source ? I have looked at some disk of MAINT, but I did not find the complete source of the CMS ASSEMBLE
By
Martin Scheffler
·
#6202
·
|
Re: EE goes XEDIT - testing new features
#rexx
#VMCE
Hi Martin, I unpacked the new code drop and am very happy with the progress. Because of other obligations at the moment I only want to report this after I close EE: ** freeMem: ignored attempt to free
By
[email protected]
·
#6201
·
|
Re: EE goes XEDIT - testing new features
#rexx
#VMCE
On Mon, Sep 30, 2024 at 02:34 AM, Mark A. Stevens wrote: > > Have it loaded on my dev system. LISTFILE EE is working! > > An interesting side-effect when using XLIST > > XLIST: * EXEC A ? ? ? ? ?
By
Martin Scheffler
·
#6200
·
|
Re: CMS BREXX Question
#VMCE
Nice to read ! But let us discuss development and testing of EE on "EE goes XEDIT - testing new features": /g/h390-vm/topic/ee_goes_xedit_testing_new/108730896 Martin
By
Martin Scheffler
·
#6199
·
|
EE goes XEDIT - testing new features
#rexx
#VMCE
It seems that the previous thread on EE is difficult to handle after it has reached more than 100 posts. If this helps to get more feedback, here is a new thread with a slightly changed name. Please
By
Martin Scheffler
·
#6198
·
|