¿ªÔÆÌåÓý

Re: YREGS
Peter - thank you for your reply. In fact there is a macro - REGEQU - I was missing a global maclib (I am going to use trial an error to find the actual one - I just added all I could find!)
By adriansutherland67 · #121 ·
Re: YREGS
That's one I've not come across. If you tell us what you need it for (or if possible, what it does), it might be easier to suggest places to look for it or possible replacements to use instead of it.
By Peter Coghlan · #120 ·
YREGS
Sorry for the cross posting - but has anyone got the source for this macro they can copy and paste to me? Or does anyone know where it is found on the sixpack? Thanks Adrian
By adriansutherland67 · #119 ·
Re: GCCLIB
That seemed to run ok ... but I will compare with the pre built ones to see if anything is missing. And week search for the symbols. CMSCRAB ... When crabs get to your eyebrows, well that's the 3rd
By adriansutherland67 · #118 ·
Re: GCCLIB
I haven¡¯t looked but I would guess a MACLIB is missing. MKGCCMAC EXEC Might be relevant Dave Sent: 03 January 2020 18:43 To: [email protected] Subject: Re: [h390-vm] GCCLIB I have combined all the
By Dave Wade · #117 ·
Re: GCCLIB
I have combined all the source and am trying to build in CMSUSER - there is some logic, I want the build to be kind of standalone (or at least I want to understand all the dependencies). I want to
By adriansutherland67 · #116 ·
Re: IND$FILE Binary of Module
Noted!
By adriansutherland67 · #115 ·
Re: IND$FILE Binary of Module
Hercules has owners. Check https://github.com/rbowler/spinhawk Outside of the actual emulation code, it's all a simple matter of programming, but when you're working with a 211 K line codebase, one
By Drew Derbyshire · #114 ·
Re: IND$FILE Binary of Module
Drew, Well there has been some divergence. So Roger is still putting bug fixes into release 3.xx but no real enhancements. Fish is building a ¡°softdevlabs¡± fork of V4.xx. I am not sure about the
By Dave Wade · #113 ·
Re: GCCLIB
Yes, It just changes where the pointer is stored¡­ Dave Sent: 02 January 2020 17:12 To: [email protected] Subject: Re: [h390-vm] GCCLIB I will try now. In fact the maclib i have only has a tiny
By Dave Wade · #112 ·
Re: IND$FILE Binary of Module
Io-buffer has length 512 but 255 is hard coded as a check. I am thinking (considering cr lf and null) we should have it 512 - 3 as the max lrecl. In fact we should make it a define. That's the file
By adriansutherland67 · #111 ·
Re: IND$FILE Binary of Module
Is Hercules still supported by its amazing creators? I would have thought (without looking at the code!) that adding support to named pipes or TCP/IP sockets for the puncher or printer would be easy.
By adriansutherland67 · #110 ·
Re: IND$FILE Binary of Module
I know Hercules supports socket readers.? I said Hercules didn't support punches into pipes, whereas Hercules does support printers into pipes.? A punch -> pipe -> socket reader setup would allow
By Drew Derbyshire · #109 ·
Re: IND$FILE Binary of Module
Not to worry ... I can inspect the code myself :-) Oh ... And sorry I am making my own home grown formatter ... I just wanted something super easy to move c source files back and forwards! ?
By adriansutherland67 · #108 ·
Re: IND$FILE Binary of Module
Sorry, for the premature post been on Facebook and hit cntrl+enter.. Now for proper info¡­ Drew, I believe that Hercules does support socket readers. <http://www.hercules-390.eu/hercrdr.html>
By Dave Wade · #107 ·
Re: IND$FILE Binary of Module
Drew, I believe that Hercules does support socket readers. <http://www.hercules-390.eu/hercrdr.html> http://www.hercules-390.eu/hercrdr.html via NETCAT as well as FISH¡¯s HERCRDR and of course the
By Dave Wade · #106 ·
Re: IND$FILE Binary of Module
It's just a suggestion :-) I admit that the first time I came across a VMARC file, I moaned that here was yet another file format that I needed to find tools to process. However, I have very much come
By Peter Coghlan · #105 ·
Re: IND$FILE Binary of Module
Not to start a debate, but I can see why.? :-) * It's not trivial to mount a AWS tape on any system that you don't control the host * When you do control the host, it requires accessing not just your
By Drew Derbyshire · #104 ·
Re: IND$FILE Binary of Module
Its on the six pack... .. and I can't see why we need yet another pack program. ... There are utilities in the files section to read and write CMS TAPE files, and DISK DUMP files both of which are
By Dave Wade · #103 ·
Re: IND$FILE Binary of Module
Maybe you could get around the restriction by putting the module in a VMARC archive file? These are 80 byte card images so there should be no problems transferring them. If you need to build the VMARC
By Peter Coghlan · #102 ·