--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/65b3b46f-f14b-449f-8387-ed10ecbe0b15n%40googlegroups.com.
Did you "rebuild" CP/M for your memory size? How much memory do you actually have? If you're still using the 32K "distro" CP/M then you won't be taking advantage of any extra memory.
As far as PIP is concerned, it should handle files larger than available memory. We might need more information about how PIP is failing to combine the files, including the error and your commandline.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/f2381769-b0b1-4b46-a456-fc1db1833533n%40googlegroups.com.
I did not realize you were stuffing the "file" into ED using the
console.
But the fact that you seem to be running into a problem when the
memory around/above 32K gets written to, that starts to look like
a hardware problem (e.g. as if writing to memory at 32K is
actually altering memory somewhere else).
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/a88ce764-45ce-4203-8a2c-31a2c73c5772n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/a88ce764-45ce-4203-8a2c-31a2c73c5772n%40googlegroups.com.
Just to expand on what I meant about this looking like a hardware problem:
Imagine if A15 were stuck low (on SRAM chip or on PCB or from
Z80). The system would appear to have 64K memory but in reality it
was only 32K mirrored between the low and high 32K of the address
space. CP/M would be loaded into high memory, but would also
appear in the high portion of the low 32K. As soon as a program
started to use memory above ~30K, it would start overwriting the
BDOS and BIOS (and possibly its own stack) - at which point things
start to malfunction/hang/crash.
Note that the official top-of-memory is the BDOS address (JMP at 0005H), which is below the BIOS. since this is a standard CP/M BDOS, you could just subtract 3.5K (0E00H). Finding the starting address of the BDOS using DDT is more complicated because DDT has modified it.
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/5cf309e9-a9dc-4c1e-bed3-1e60956f68d0n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/5cf309e9-a9dc-4c1e-bed3-1e60956f68d0n%40googlegroups.com.
On Nov 14, 2023, at 4:33 PM, smp <stephen.m....@gmail.com> wrote:
Today, I generated a brand new HDOS 2 boot disk, and I was able to use EDIT to get the entire fig-FORTH source file onto a blank HDOS disk.
Now I am studying how to generate the HDOS Assembler so I can try assembling fig-FORTH given my small floppy disk storage space.At this point, I have done in HDOS what I (so far) have not been able to do in CP/M. I'll keep you posted.smp
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/e2175097-2ddd-46f6-85a2-840b015da827n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/27B36306-201B-45BF-91F5-8A2DCA40E6E5%40gmail.com.
To download from google drive you have to “open” the file first for “preview”. Double click on the file and Google will try to open a preview, then from the preview window there will be a download icon in the upper right.

If its an ABS or some binary format that Google doesn’t know how to preview then when you double click it will directly give you the download option:

From: se...@googlegroups.com <se...@googlegroups.com> On Behalf Of smp
Sent: Wednesday, November 15, 2023 1:34 PM
To: SEBHC <se...@googlegroups.com>
Subject: Re: [sebhc] CP/M on H8
Joe, thanks very much for the pointer!
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/47550d18-5a9e-4f76-b98f-312a9d03bdc3n%40googlegroups.com.
Just to be clear, there should NOT have been an such limit in CP/M, either. Either you've got a corrupted copy of CP/M, or there is some other problem with this system that does not show up under HDOS. Or, does not show up the same way under HDOS.
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/9638da95-45a5-4bce-826b-09a6a2e34e7bn%40googlegroups.com.
I can see if I can reproduce this behavior on my simulator, but I'd be surprised if it is there. But, I'm not sure how many people are using ED.COM. The last Heath CP/M version was 2.2.04, as far as I know, but I don't think there was this sort of bug.
One problem with all these images is that we can't always be sure of their pedigree. I've seen plenty of cases (outside of Heathkit systems) where a bad image gets propagated all over.
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/e7676cb2-8164-4627-83b6-ca77d393cd99n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/47550d18-5a9e-4f76-b98f-312a9d03bdc3n%40googlegroups.com.
The full original Heath distribution of CP/M 2.2.04 is available. It was four (H17) disks
https://github.com/sebhc/sebhc/wiki#cpm-2204
if you want to start from a clean reference point this would be the place.
The manuals are here:
https://sebhc.github.io/sebhc/documentation.html

You should be able to create clean copies of these via the H8D utility…
From: se...@googlegroups.com <se...@googlegroups.com> On Behalf Of smp
Sent: Wednesday, November 15, 2023 4:21 PM
To: SEBHC <se...@googlegroups.com>
Subject: Re: [sebhc] CP/M on H8
I understand what you are saying, Douglas, but there are only a limited number of bootable download disks for CP/M available, and I've tried both of them.
--
You received this message because you are subscribed to the Google Groups "SEBHC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sebhc+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sebhc/d5360fac-14ed-49cd-a2de-cf51e95a5104n%40googlegroups.com.