• Please review our updated Terms and Rules here

Search results

  1. K

    AT&T UNIX PC enthusiasts out there?

    Weather the 3B1 operating system will run under SIMH.
  2. K

    AT&T UNIX PC enthusiasts out there?

    Has anyone got this to work under SIMH?
  3. K

    I really like your DEC rig. I used to have a PDP-8I with DEC tape drives and an ASR 33 TTY.

    I really like your DEC rig. I used to have a PDP-8I with DEC tape drives and an ASR 33 TTY.
  4. K

    New England FS: HP 660LX palmtop

    Has the package been sold yet?
  5. K

    Small Cased Z180 at 36.864MHz with CP/M 2.2, 1MB RAM, SD & RTC

    Hi again. I have attempted to get a Micro-SD card to work properly following your procedures. New 32GB PNY Micro-SD card. Inserted into Minz-2. Power up Minz. Use @FMT. Says OK. Reboot Minz. Minz see SD card. Do a directory OK. < other activities > Power up Minz-c. No long see SD-Card...
  6. K

    CPM-ish how to copy to another user area?

    Thsnks Bruce I'll check them out. So which one would you prefer for RunCPM? Thanks. Oh nice LOGO INS8080AD...
  7. K

    CPM-ish how to copy to another user area?

    I am using RunCPM on Linux. See attachments. The 1979 CP_M OS PDF explains it and installation. The readme.txt are notes. cpm22-m.pdf is the DRI manual. This project might be of interest to others...... I Have working applications MBASIC, Cobol-80, Fortran-80, Turbo PASCAL and lots more. All...
  8. K

    CPM-ish how to copy to another user area?

    If I assemble it with: ASM FOCOM.CCC it returns: C9>ASM FOCPM.CCC CP/M ASSEMBLER - VER 2.0 L MACLIB Z80.LIB Then listing........... 0F69 01BH USE FACTOR END OF ASSEMBLY C9>L80 FOCPM,FOCPM/E/N Link-80 3.44 09-Dec-81 Copyright (c) 1981 Microsoft Data 0100 117A...
  9. K

    CPM-ish how to copy to another user area?

    Well, yes. But the ASM does its thing then: 459 Fatal error(s) <<<===
  10. K

    CPM-ish how to copy to another user area?

    Trying FOCPM.SUB results in: C9>submit FOCAL.SUB C9$R FOCAL.ASM R? C9$R FOCPM.ASM R? C9$R FOCPM.MAC R? ASM does its thing then: 459 Fatal error(s) <<<=== C9$REN FOCPMA.PRN=FOCPM.PRN C9$W FOCPMA.PRN W? C9$ERA FOCPMA.PRN C9$L80 FOCPM,FOCPM/N/E Link-80 3.44 09-Dec-81 Copyright...
  11. K

    CPM-ish how to copy to another user area?

    The program does contain an ORG 0100. See attached. 39 FTCPM EQU -1 ;Use CP/M for I/O 88 IF FTCPM 89 ASEG 90 ORG 0100H ;for cpm 91 STRTFO: JMP FOCAL 92 ENDIF Somewhere I saw a site where you can get CD's...
  12. K

    CPM-ish how to copy to another user area?

    This happens C7>LOAD FOCPM ERROR: INVERTED LOAD ADDRESS, LOAD ADDRESS 0000 C7> Ken
  13. K

    CPM-ish how to copy to another user area?

    OK. ASM FOCPM.CCC worked. Now to create an executable COM file? Thanks
  14. K

    CPM-ish how to copy to another user area?

    When trying to ASMble this happens: C7>asm focpm.asm CP/M ASSEMBLER - VER 2.0 NO DIRECTORY SPACE <--- ? C7>stat C: R/W, Space: 7112k Thanks
  15. K

    CPM-ish how to copy to another user area?

    Furball, Where do I find the Focal zip archive? Thanks
  16. K

    CPM-ish how to copy to another user area?

    Well I guess it is a wash out. ASMbleded OK no Errors. LINKed OK no Errors. Then ran it and machine locks up. It would have been really nice to see it run...
  17. K

    CPM-ish how to copy to another user area?

    Going back in time has its questions... Attached is a copy of Focal. Focal was originally made by Digital Equipment Corp. late 60's. I have Focal running on Linux, Windows and Coherent. It would be a great addition to CP/M. I changed the extension to TXT from ASM so I could upload it. When I...
  18. K

    CPM-ish how to copy to another user area?

    Thanks. But how do I convert a LBR file to COM? Example: PPIP14. LBR Thanks Ken
  19. K

    CPM-ish how to copy to another user area?

    Thanks!! You are correct SIGMV300. But, how do I convert a LBR file to a COM ? Example: PPIP14. LBR Thanks Ken
Back
Top