AY0438 Display Driver


Results 1 to 14 of 14

Threaded View

  1. #11
    Join Date
    Aug 2009
    Posts
    16


    Did you find this post helpful? Yes | No

    Default

    Mark & Robert,

    You were correct that the wiring was different. I was able to pull the old asm code from the original C code to put in my basic code. Now thats a little confusing. I got the asm code to work for the most part, but I still have not got a good understanding on how it works. I just wrote a small basic program to count from 1-100 and roll to test it. It counts correctly on the display, but it shows up as the following:

    001, 002, 003, 004, ...

    I would like to get rid of the leading zero's if possible. Any ideas on this. I would like it to look like the following:

    1, 2, 3, 4, ...


    Thanks again for the help.

    Terry
    Attached Files Attached Files

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts