Shop OBEX P1 Docs P2 Docs Learn Events
TV Terminal Demo question — Parallax Forums

TV Terminal Demo question

MikeSMikeS Posts: 131
edited 2009-03-11 18:21 in Propeller 1
I made my TV DAC with an RCA connector and successfully have the TV_Terminal_Demo.spin displaying on my old Commodore Color monitor. I pretty much understand all the lines of code except for the 13,13,0 after the TV Terminal Demo “ string in the following line of code:

title byte "TV Terminal Demo",13,13,0

I read about the DAT (data block) in the manual but wasn’t any help.
Thanks,
MikeS

Comments

  • ColeyColey Posts: 1,110
    edited 2009-03-11 18:08
    13,13,0 meant carriage return, carriage return and end of data block

    The driver looks through the DAT block, printing each character to the screen until it reaches the termination character 0

    Regards,

    Coley

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    PropGFX - The home of the Hybrid Development System and PropGFX Lite
  • MikeSMikeS Posts: 131
    edited 2009-03-11 18:21
    Coley,
    Ah, 13 is CR and 0 is end of Data Block, got it!
    thanks for your quick reply
    MikeS yeah.gif
Sign In or Register to comment.