Updated TI-83 ASM LINK DOC


[Prev][Next][Index][Thread]

Updated TI-83 ASM LINK DOC



After being yelled at enough I looked over the TI-83 ASM LINK Documentation
and did discover 1 error. I have attached the updated Document.

The error was in this line :

                LD      A,DOLD1H
                OUT     (BPORT),A    ; is used for setting D0 low, D1 low

It should have read :

                LD      A,D0LD1L
                OUT     (BPORT),A    ; is used for setting D0 low, D1 low

I also added the equate values into this Doc.

I hope this solves the problems.

Later,
Pat

link.doc


References: