Re: GCIC Fullscreen applications
"kerravon86" <kerravon86-/[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "mfnoel" <mikenoel37@...> wrote: > > I think with some understanding of reuseable/reentrant/recursive > coding you can use GCCMVS almost anywhere you could > use assembler. Right. > I'd be amazed if the CMS version broke such > functionality -- but of course I'm amazed by > stuff everyday... GCCCMS produces identical code to GCCMVS. ie totally identical. Every instruction exactly the same. You only need different GENERATED code when you change PROCESSOR, not operating system. GCC* only supports S/370 instructions. S/370 instructions can run in 31-bit mode though (but GCC doesn't know anything about that). BFN. Paul.