• Please review our updated Terms and Rules here

Recent content by rwcooper

  1. R

    LD instruction not assembled CP/M 2.2

    Thanks for your response. I have loaded ZSM onto my SC720 ZSDOS system and used it to assemble a simple program. Worked like a charm.
  2. R

    LD instruction not assembled CP/M 2.2

    Thanks for the info. I didn't know that the S was an error message. I guess I need to find a Z80 assembler for CP/M 2.2.
  3. R

    LD instruction not assembled CP/M 2.2

    Thanks for the suggestion. That will be my next step.
  4. R

    LD instruction not assembled CP/M 2.2

    I have no idea. It's the assembler that came with the copy of CP/M that was recommended for the SC720 Z80 computer kit. Is there some way I can check this (or maybe I already have)?
  5. R

    LD instruction not assembled CP/M 2.2

    Hi I have a simple program named leds.asm as shown below: ORG 0100h LD A,3 OUT (0),A...
  6. R

    sload on 68K-MBC not working

    Thanks for your reply. I understand the format of the S-records and how they work. I have implemented loading S-records into memory and executing the resulting program on various platforms including the 6502, 6809, 68000, STM32F411 and bare metal Raspberry Pi Zero. It just seemed like a strange...
  7. R

    CP/M 68K assembly language programming on the 68K-MBC

    I'm not planning on doing any bare metal programming on 68K-MBC. I've done that on various microcontrollers, raspberry pi zero and computers I've designed and built using the 6502, 6809 and 68008 (wire wrapping all the connections, no PCBs).
  8. R

    CP/M 68K assembly language programming on the 68K-MBC

    Thanks for your response. I thought as the example program came with the 68K_MBC it should work. I discovered the BDOS functions late last night and I have been playing around with them all day. They seem to do exactly what I want. I appreciate your help...Randy
  9. R

    CP/M 68K assembly language programming on the 68K-MBC

    Here is the example program for the 68K_MBC. C>type f:asmdemo.s * ================================================================================= * IOS equates IOBASE EQU $FFFFC ; Address base for the I/O ports EXCWR_PORT EQU IOBASE+0 ; Address of the...
  10. R

    sload on 68K-MBC not working

    I'm trying use sload on a 68K-MBC to load and run programs on the 68K-MBC. I'm using minicom with a newline tx delay of 90ms. I've tried baud rates of 115200, 19200 and 9600 with the same result. I'm trying to load the sample hello world program with s1/s8 s-records. The sample file looks...
  11. R

    CP/M 68K assembly language programming on the 68K-MBC

    I'm trying to get the demo hello world assembly language program working on the 68K-MBC under CP/M 68K. It assembles and links without any error messages. When I run it there is no output, and no errors, after a second or two I get the CP/M command line prompt. I have no prior experience with...
  12. R

    68K-MBC assembly instructions, setup and user guide?

    I'd like to mark this thread as solved.
  13. R

    68K-MBC assembly instructions, setup and user guide?

    Thank you for the link. It looks promising. I did find a link to this project on hackaday, but it was not as good as this one...Randy.
  14. R

    68K-MBC assembly instructions, setup and user guide?

    Hi, I just received a 68K-MBC full kit. I was expecting there to be instructions on assembly, setup and usage. I'm finding it very difficult to find any useful documentation on the 68K-MBC. If anyone can point me to online documentation regarding this or provide me with information I'd really...
  15. R

    Documentation for Humbug monitor for 6809?

    It's been so long I can't remember the details. I believe I ordered the HUMBUG PROMs for the PERCOM board separately and then installed them myself. I'm not using HUMBUG anymore. I ported over a monitor I wrote for a M6809 SBC I designed and built myself. It's nothing fancy.
Back
Top