Test
James Newton
Posts: 329
Oh joy! Emoticons.
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!!!·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
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
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!!!·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
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
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 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!
----
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!
---
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 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!