From 3af19db8bee7a26a72930549f0f24fbac5f2aa20 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 14 May 2025 09:25:59 +0200 Subject: [PATCH 1/2] Added C links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bc7770..091a7dc 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ IBM OS/360 MVT is a non-virtual storage operating system. ### BASIC * [Batch Basic interpreter for MVS 3.8 on IBM S/370](https://github.com/moshix/BASIC360) ### C +* [GCC Linux cross-compiler to Assembler 370](https://github.com/yetacp/gcc_mvs) +* [Native VM/CMS C Library](https://github.com/adesutherland/CMS-370-GCCLIB) ### CLIST * [Jay Moseley's TSO Tutorial](http://www.jaymoseley.com/hercules/tso_tutor/tsotutor.htm) - Although intended to be a TSO tutorial, the later parts of the turorial focus on Command Lists (CLIST). ### COBOL From 2002803064b41d5c52ddbb94eedc84d4f79d0cdc Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 15 Dec 2025 01:15:24 +0100 Subject: [PATCH 2/2] pcc370 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 091a7dc..55acaa7 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ IBM OS/360 MVT is a non-virtual storage operating system. ### C * [GCC Linux cross-compiler to Assembler 370](https://github.com/yetacp/gcc_mvs) * [Native VM/CMS C Library](https://github.com/adesutherland/CMS-370-GCCLIB) +* [Portable C Compiler](https://github.com/mmhhpp/pcc370) ### CLIST * [Jay Moseley's TSO Tutorial](http://www.jaymoseley.com/hercules/tso_tutor/tsotutor.htm) - Although intended to be a TSO tutorial, the later parts of the turorial focus on Command Lists (CLIST). ### COBOL