¿ªÔÆÌåÓý

Re: memset help
<keanu> Whoa. </keanu> I sure wouldn't have wanted to be you in high school, Steve. ;) -Dave -- Dave McGuire, AK4HZ New Kensington, PA
By Dave McGuire · #1030 ·
Re: memset help
Oh dear. I have had the problem in the past of my e-mails being picked up by spam filters and so has my brother. I think in our case it was a case of the Scunthorpe problem
By Steven Fosdick · #1029 ·
Re: Register Add - Quick Question
Peter ... You have taught me what F meant!
By adriansutherland67 · #1028 ·
Re: Register Add - Quick Question
You are gentlemen ... thank you! It is for a 24 bit address. A
By adriansutherland67 · #1027 ·
Re: Register Add - Quick Question
This form of LA: LA Rx,D2(Rx) is only good to add up to 4095 to a register. Past that you have to use other instructions. And as Peter noted, the left 8 bits will be zeroed in AM24. Joe wrote:
By Joe Monk · #1026 ·
Re: Register Add - Quick Question
Mostly! LA works as long as the answer fits in 24 bits so it's no good for adding 8 to a negative value in R1 for example. An alternative solution is: A R1,=F'8' If memory is really tight, you could
By Peter Coghlan · #1025 ·
Re: Register Add - Quick Question
Yes! LA R1,8(R1) Joe adrian@...> wrote:
By Joe Monk · #1024 ·
Register Add - Quick Question
Is there a better way than this to add 8 to R1? LA? ? R0,8 AR? ? R1,R0? ? ? ? ? Add 8 to R1 Thanks A
By adriansutherland67 · #1023 ·
Re: memset help
Slowly learning - I think I can do USING and DROP and use MACROs as well ... includes/copybooks A
By adriansutherland67 · #1022 ·
Re: memset help
Exactly - however we don't really care about the backend optimisations (after all we use Hercules which has completely different timing characteristics), but we do the front end / C ones; for example
By adriansutherland67 · #1021 ·
Re: memset help
I recovered it ... the real issue is that it was work in progress A
By adriansutherland67 · #1020 ·
Re: memset help
Perhaps ... and 16mb is not very very tiny ... I think it is the optimisers that will cause dramas!
By adriansutherland67 · #1019 ·
Re: memset help
I believe that it it did "self host" at least once. And why would we not try again? Pragmatically however there?is no particular problem with cross compiling it (and I am guessing this might be
By adriansutherland67 · #1018 ·
Re: memset help
Joe, I wonder if we could split the pre-processor into a separate phase. Pretty sure GCC used to build like that on my Atari ST with 4Mb of memory Dave Sent: 16 April 2020 17:45 To: [email protected]
By Dave Wade · #1017 ·
Re: memset help
"There have been a lot of angst about 31-bit addressing in MVS 3.8J. This was implemented in a forked version of Hercules. It was driven by the fact that GCC could not compile itself in a 24-bit world
By Joe Monk · #1016 ·
Re: memset help
Source availability was never the issue. ?The ability for GCC to actually build itself on the various target platforms have been the issue. There have been a lot of angst about 31-bit addressing in
By Harold Grovesteen · #1015 ·
Re: memset help
Folks, Not sure if its what I actually said, but in essence, there should be no problems re-building GCC, its just I havn¡¯t done it for some time. There are issues withy disk usage on the GCCCMS ID.
By Dave Wade · #1014 ·
Re: memset help
On Wed, 2020-04-15 at 18:15 -0500, Joe Monk wrote: > Question: > ¨C?What should be used to move or clear large blocks of data? > ¡ì?Answer: > ¡ì?There are several ways to move or clear a large
By Harold Grovesteen · #1013 ·
Re: memset help
I think not ... the source is all published. One thing I want to do is a build of GCC using the GCCLIB library A
By adriansutherland67 · #1012 ·
Re: memset help
So are all of the operating systems dependent upon Paul for a rebuild of GCC?? In this context I am assuming he is delivering object modules to the other platforms with linking occurring on the target
By Harold Grovesteen · #1011 ·