Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| n8vem-gg-archive:html-2009:jun:msg00204 [2023/07/11 04:51] – Initial import from Wayback Machine | n8vem-gg-archive:html-2009:jun:msg00204 [2026/06/15 12:05] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | /* Imported from Wayback Machine | ||
| + | | ||
| + | | ||
| + | | ||
| + | */ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | [[[msg00016.html|Date Prev]]][[[msg00203.html|Date Next]]][[[msg00002.html|Thread Prev]]][[[msg00203.html|Thread Next]]][[[maillist.html# | ||
| + | |||
| + | ====== RBBS/BYE and CP/M ====== | ||
| + | |||
| + | ---- | ||
| + | |||
| + | * //To//: N8VEM-Post << | ||
| + | * // | ||
| + | * //From//: " | ||
| + | * //Date//: Tue, 23 Jun 2009 19:55:17 -0400 | ||
| + | * // | ||
| + | * // | ||
| + | * // | ||
| + | * // | ||
| + | |||
| + | ---- | ||
| + | |||
| + | Title: **RBBS/BYE and CP/M** | ||
| + | |||
| + | All:\\ | ||
| + | \\ | ||
| + | Although I have more testing to do, I believe that I’ve solved the problem. BYE and RBBS now work after I looked into Max’s suggestion about the combined CP/M and CBIOS, which also revealed an error introduced when we patched CP/M for the user-area prompt. Be sure to verify that CCP, BDOS and the CBIOS origination addresses match or otherwise reconcile to what is expected for the related MSIZE as specified in the modification guide or the “Programmer’s\\ | ||
| + | CP/M Handbook”. When the user-prompt compilation switch is used, you need to add 3 to the related offsets in order for the addresses to line-up properly:\\ | ||
| + | \\ | ||
| + | 0046 0000 ; | ||
| + | 0047 0000 ; | ||
| + | 0048 0000 ; | ||
| + | 0049 0000 ; | ||
| + | 0050 0000 BIAS .EQU (MSIZE-20)*1024 0A000H\\ | ||
| + | 0051 0000 CCP .EQU 3400h+BIAS ; CCP ENTRY POINT 0D400H\\ | ||
| + | 0052 0000~ .IF CONDUSRPATCH ; | ||
| + | 0053 0000~ BDOS .EQU CCP+800h+6 ; BDOS ENTRY POINT 0DC06H\\ | ||
| + | 0054 0000~ CBIOS .EQU CCP+1600h ; CBIOS jump table 0EA00H\\ | ||
| + | 0055 0000 .ELSE\\ | ||
| + | 0056 0000 BDOS .EQU CCP+800h+9 ; BDOS ENTRY POINT 0DC09H\\ | ||
| + | 0057 0000 CBIOS .EQU CCP+1600h+3 ; CBIOS jump table 0EA03H\\ | ||
| + | 0058 0000 .ENDIF\\ | ||
| + | 0059 0000 ; | ||
| + | \\ | ||
| + | The “800h+6” is normal per the code in the alteration guide. Notice the “else” clause where the offsets are three bytes greater — that accounts for the “JP AAAA” for the prompt patch.\\ | ||
| + | \\ | ||
| + | I remembered from my IMSAI that MBASIC relied on the CBIOS jump table being just that — a table of jumps — and nothing else. The current N8VEM table had a minor short cut relating to the punch, reader, and list devices. I corrected these so that the table is a true jump table.\\ | ||
| + | \\ | ||
| + | Second, | ||
| + | \\ | ||
| + | 3922 EA03 ; | ||
| + | 3923 EA03 ; | ||
| + | 3924 EA03 ; | ||
| + | 3925 EA03 ; | ||
| + | 3926 EA03 ; | ||
| + | 3927 EA03 ; | ||
| + | 3928 EA03 ; | ||
| + | 3929 EA03 ; | ||
| + | 3930 EA03 ; | ||
| + | 3931 EA03 C3 F0 EA BOOT: JP IBOOT ; | ||
| + | 3932 EA06 C3 0B EB WBOOT: | ||
| + | \\ | ||
| + | Note that the address of EA03 matches the math in the “CBIOS” equate above. All of the routines in the CBIOS are now “I” plus something to indicate that they are “internal” routines. The location reference name is the “real” name expected by CP/M.\\ | ||
| + | \\ | ||
| + | For completeness, | ||
| + | \\ | ||
| + | 1319 DC03 ; | ||
| + | 1320 DC03 ; | ||
| + | 1321 DC03 ; | ||
| + | 1322 DC03 001600000000PATTRN2: | ||
| + | 1323 DC09 ; | ||
| + | 1324 DC09 ; | ||
| + | 1325 DC09 ; | ||
| + | 1326 DC09 ; | ||
| + | 1327 DC09 ; | ||
| + | 1328 DC09 ; | ||
| + | 1329 DC09 ; | ||
| + | 1330 DC09 C3 14 DC FBASE: | ||
| + | \\ | ||
| + | I have to pull together a web page about this but I think that these changes will reduce future compatibility problems and make the ROM distribution closer to standard CP/M.\\ | ||
| + | \\ | ||
| + | The only RBBS problem I have to trace down is an anomaly with the menus.\\ | ||
| + | \\ | ||
| + | Rich\\ | ||
| + | \\ | ||
| + | --\\ | ||
| + | Rich Cini\\ | ||
| + | Collector of Classic Computers\\ | ||
| + | Build Master and lead engineer, Altair32 Emulator\\ | ||
| + | http:// | ||
| + | http:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | * **Follow-Ups**: | ||
| + | * **[[msg00203.html|Re: | ||
| + | * //From:// "James Moxham (Dr_Acula)" | ||
| + | |||
| + | * Prev by Date: **[[msg00016.html|Re: | ||
| + | * Next by Date: **[[msg00203.html|Re: | ||
| + | * Previous by thread: **[[msg00002.html|Re: | ||
| + | * Next by thread: **[[msg00203.html|Re: | ||
| + | * Index(es): | ||
| + | * [[maillist.html# | ||
| + | * [[threads.html# | ||
