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

Re: Super Serial Card help



On Mar 18, 5:54 pm, j...@magrathea.plus.com (jim) wrote:
> Running the following bit of code:
> 10 FOR LOOP=49664 TO 49664+16
> 20 PRINT PEEK(LOOP)
> 30 NEXT
>
> Gives (in decimal, obviously):
> 210
> 202
> 144
> 21
> 185
> 136
> 192
> 9
> 128
> 201
> 138
> 208
> 9
> 168
> 189
> 56
> 7

This looks nothing like the code in my Super Serial Card manual.

Try this:

]CALL-151
*C200L

It should look like:

C200- 3C 58 FF  BIT $FF58
C203- 70 0C     BVS $C211
C205- 38        SEC
C206- 90 18     BCC $C220

etc