Shop OBEX P1 Docs P2 Docs Learn Events
Test — Parallax Forums

Test

James NewtonJames Newton Posts: 329
edited 2004-07-23 23:18 in General Discussion
Oh joy! rolleyes.gifEmoticons.

Let's see if it can handle code listings... I don't see a button for pre-formatted... {its the little # button}

;code for generating a frame of character video using the
;Ubicom (Scenix) SX 18 or 28. See
http://www.sxlist.com/techref/scenix/contest/video.htm

······· mov RowCout, #Rows
:RowLoop
······· mov RowScanLine, #(ScanLines/Rows)

;if you wanted to, you could skip a line of video here (between
;rows) and use the time to load a row of character data from
;external RAM or FRAM
http://www.sxlist.com/techref/mem/srams.htm

:ScanLineLoop
······· jnb HorzSync, $ ;wait for the Horizontal sync.
······· mov ColCount, #Cols
······· mov w, ScanLine ;high pointer into the character generator table
······· mov m, w··············· ;(which character pixel row)
······· mov w, ind············· ;low pointer into the table (which character)
······· iread
:CharScanLoop
······· mov ra, w
······· mov DataHi, W
······· rr ra
······· inc fsr
······· rr ra
······· setb fsr.4
······· rr ra
······· mov w, <>DataHi
······· mov ra, w
······· mov w, ind
······· rr ra
······· iread
······· rr ra
······· dec ColCount
······· rr ra
······· jnz :CharScanLoop
;And extra cycle or 2 here just spaces the characters a bit more.
······· djnz RowScanLine, :ScanLineLoop
······· djnz RowCount, :RowLoop

;each entry in the character generator table needs to have bits 8..11 (the
;top 4 bits of the 12 bit word) set to the top 4 bits of the address of
;that word so that when M is loaded by the IREAD, its value is retained.
;http://www.sxlist.com/techref/datafile/charsets.htm

Ok! Looks good to me. It will pick up URLs as long as there isn't a ; in front of them. And you can manually link by pressing the world with a divers mask button. It doesn't show that text has been linked unless you highlight it manually.

It's SMURFY!!!·smurf.gif

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
James Newton, Host of SXList.com
james@sxlist.com 1-619-652-0593 fax:1-208-279-8767
SX FAQ / Code / Tutorials / Documentation:
http://www.sxlist.com Pick faster!



Post Edited (James Newton) : 7/23/2004 11:13:53 PM GMT

Comments

  • PJMontyPJMonty Posts: 983
    edited 2004-07-23 23:12
    James,

    I think that the email notification option is only for private messages, not normal forum replies.

    Thanks,
    PeterM

    Post Edited (PJMonty) : 7/23/2004 11:23:09 PM GMT
  • James NewtonJames Newton Posts: 329
    edited 2004-07-23 23:12
    The little # sign button is for pre-formatted code, but it seems to work ok without it.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ---
    James Newton, Host of SXList.com
    james@sxlist.com 1-619-652-0593 fax:1-208-279-8767
    SX FAQ / Code / Tutorials / Documentation:
    http://www.sxlist.com Pick faster!



  • James NewtonJames Newton Posts: 329
    edited 2004-07-23 23:16
    PJMonty said...
    James,

    I think that the email reply option is only for private messages, not normal forum replies.

    Thanks,
    PeterM
    From your forum reply I got:
    ----
    Hello James Newton,
    You are receiving this e-mail since you subscribed to the thread titled "Test" on the Parallax Forums forum and PJMonty just posted a new reply.

    You will not receive another message regarding additional posts on this thread until you view this thread again.

    To view this reply message, click on the link below :
    http://forums.parallax.com/showthread.php?p=464230

    To unsubscribe from this thread, click on the link below :
    http://forums.parallax.com/forums/uns.aspx?m=96
    ----

    But all that bandwidth did not tell me WHAT your reply was. And the reply-to address on that notification was the forum administrator, so I couldn't just hit reply and answer back.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ---
    James Newton, Host of SXList.com
    james@sxlist.com 1-619-652-0593 fax:1-208-279-8767
    SX FAQ / Code / Tutorials / Documentation:
    http://www.sxlist.com Pick faster!



  • James NewtonJames Newton Posts: 329
    edited 2004-07-23 23:17
    From your private message I got:
    ---
    Hello James Newton,
    You have received a new private message from PJMonty.

    You can view this message by logging into your message box at http://forums.parallax.com/forums/default.aspx?r=pm.
    ---

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ---
    James Newton, Host of SXList.com
    james@sxlist.com 1-619-652-0593 fax:1-208-279-8767
    SX FAQ / Code / Tutorials / Documentation:
    http://www.sxlist.com Pick faster!



  • James NewtonJames Newton Posts: 329
    edited 2004-07-23 23:18
    Try posting a new topic in this forum and let us see if it will send me a notification on that as well, or is it just limited to each thread that I subscribe to?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ---
    James Newton, Host of SXList.com
    james@sxlist.com 1-619-652-0593 fax:1-208-279-8767
    SX FAQ / Code / Tutorials / Documentation:
    http://www.sxlist.com Pick faster!



Sign In or Register to comment.