Groups | Search | Server Info | Login | Register
Groups > comp.sys.prime > #364
| Newsgroups | comp.sys.prime |
|---|---|
| Date | 2020-04-13 15:09 -0700 |
| References | (1 earlier) <ptudnd0N-6N4p_TDnZ2dnUU7-Y2dnZ2d@giganews.com> <FdydnaHGc9Ve2ffDnZ2dnUU7-Q2dnZ2d@giganews.com> <5LWdnR6t768CR-7DnZ2dnUU7-a-dnZ2d@giganews.com> <3c2c5139-b10c-43b9-88f8-e95bad15856f@googlegroups.com> <u72dnZM6xu_a4Q7DnZ2dnUU7-YvNnZ2d@giganews.com> |
| Message-ID | <fed19e28-d8ca-4eec-b8f4-63b929fe8b4a@googlegroups.com> (permalink) |
| Subject | Re: Prime emulator source released on GitHub |
| From | "amp1ron@gmail.com" <amp1ron@gmail.com> |
On Sunday, April 12, 2020 at 4:38:37 PM UTC-4, Dennis Boone wrote:
> In the meantime, if you're feeling adventurous, there's a tape image
> with just the Rev. 23 CC compiler here:
>
> https://yagi.h-net.org/prime_software/cc23.tap
Well that was almost too easy. I made a tape-images directory in pub, placed a copy of cc23.tap in there, made a symlink from pub/tape-imgages/cc23.tap to pub/23/mt0 and then at the console in Rev23 while attached to the MFD I did a MAGRST for tape unit 0 logical tape 1. Then in the restored CC directory I ran the installer (R CC.INSTALL) and shared the C compilers (COMI CC.SHARE.COMI). Then in the GUEST account I compiled and linked hello.cc:
OK, stat sy
System EM23 is currently running PRIMOS rev. 23.4.Y2K.R1
Copyright (c) Computervision, Corp. 1993
OK, slist hello.cc
#include <stdio.h>
int main()
{
/* printf function displays the content that is
* passed between the double quotes.
*/
printf("Hello World!\n");
return 0;
}
OK, cc hello
[CC Rev. T3.2-23.0 Copyright (c) 1992, Prime Computer, Inc.]
[Serial #ABC1-DEFG23-HI3J (PRIME COMPUTER)]
00 Errors and 00 Warnings detected in 9 lines and 191 include lines.
OK, bind
[BIND Rev. T3.2-23.0 Copyright (c) 1992, Prime Computer, Inc.]
: lo hello.bin
: li c_lib
BIND COMPLETE
: file
OK, r hello
Hello World!
OK,
Thank you Dennis!!
Back to comp.sys.prime | Previous | Next — Previous in thread | Next in thread | Find similar
Prime emulator source released on GitHub Jim Wilcoxson <prirun@gmail.com> - 2020-03-11 08:34 -0700
Re: Prime emulator source released on GitHub Al Kossow <aek@bitsavers.org> - 2020-03-11 08:41 -0700
Re: Prime emulator source released on GitHub drb@ihatespam.msu.edu (Dennis Boone) - 2020-03-11 14:24 -0500
Re: Prime emulator source released on GitHub drb@ihatespam.msu.edu (Dennis Boone) - 2020-03-12 09:18 -0500
Re: Prime emulator source released on GitHub drb@ihatespam.msu.edu (Dennis Boone) - 2020-03-19 15:48 -0500
Re: Prime emulator source released on GitHub "amp1ron@gmail.com" <amp1ron@gmail.com> - 2020-04-11 18:37 -0700
Re: Prime emulator source released on GitHub "amp1ron@gmail.com" <amp1ron@gmail.com> - 2020-04-11 19:04 -0700
Re: Prime emulator source released on GitHub drb@ihatespam.msu.edu (Dennis Boone) - 2020-04-12 15:38 -0500
Re: Prime emulator source released on GitHub "amp1ron@gmail.com" <amp1ron@gmail.com> - 2020-04-12 19:13 -0700
Re: Prime emulator source released on GitHub "amp1ron@gmail.com" <amp1ron@gmail.com> - 2020-04-13 15:09 -0700
Re: Prime emulator source released on GitHub drb@ihatespam.msu.edu (Dennis Boone) - 2020-04-13 22:06 -0500
Re: Prime emulator source released on GitHub marlow.agents@gmail.com - 2020-06-14 01:51 -0700
csiph-web