"Show us your Colors" is hiding in the ether


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    There ya go, it does look better on a white background, although black would be cool too.
    >> EXCEPT THE BRIGHT GREEN!

    In a code block ... OOOUUUUCHHH!
    Code:
    The deadly (green) Snow Crystals
    Had deprived him of his sight
    And he stood up
    And he looked around
    And he said:
    I CAN'T SEE
    OH WOE IS ME
    I CAN'T SEE
    NO NO
    I CAN'T SEE
    NO . . . I . . .
    He took a dog-doo sno-cone
    An' stuffed it in my right eye
    He took a dog-doo sno-cone
    An' stuffed it in my other eye
    An' the huskie wee-wee,
    I mean the doggie wee-wee
    Has blinded me
    An' I can't see
    Temporarily
    
    Frank Zappa
    
    But then ... everyone is going "green" these days.
    <br>
    Last edited by Darrel Taylor; - 22nd September 2009 at 05:57. Reason: .
    DT

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    OK,OK...
    I will change it
    Mr. Zappa convinced me...
    Code:
    ' Convert numeric value to ASCII hexadecimal equivalents.
    
            </i></font><font color="#FF0000"><b>INCLUDE </b></font><b><i>&quot;bs1defs.bas&quot;           </i></b><font color="#000080"><i>' Include BS1 variable and serial definitions
    
    </i></font><font color="#0000FF"><b>SO      </b></font><font color="#FF0000"><b>CON     </b></font><font color="#800000"><b>0                       </b></font><font color="#000080"><i>' Define serial out
    
    </i></font><font color="#0000FF"><b>mainloop</b></font>: <font color="#0000FF"><b>W6 </b></font>= <font color="#0000FF"><b>W0 </b></font>: <font color="#FF0000"><b>GOSUB </b></font><font color="#0000FF"><b>HexW          </b></font><font color="#000080"><i>' Print W0
            </i></font><font color="#FF0000"><b>SEROUT </b></font><font color="#0000FF"><b>SO</b></font>,<font color="#0000FF"><b>N2400</b></font>,[<font color="#800000"><b>13</b></font>,<font color="#800000"><b>10</b></font>]         <font color="#000080"><i>' Print end of line
    </i></font>	<font color="#FF0000"><b>RANDOM </b></font><font color="#0000FF"><b>W0</b></font>			<font color="#000080"><i>' Randomize W0
            </i></font><font color="#FF0000"><b>GOTO </b></font><font color="#0000FF"><b>mainloop                   </b></font><font color="#000080"><i>' Do this forever!!!
    
                                            ' Send W6 as XXXX (Uses W5)
    </i></font><font color="#0000FF"><b>HexW</b></font>:   <font color="#FF0000"><b>GOSUB </b></font><font color="#0000FF"><b>HexB13                    </b></font><font color="#000080"><i>' Print MSB
            </i></font><font color="#0000FF"><b>B13 </b></font>= <font color="#0000FF"><b>B12                       </b></font><font color="#000080"><i>' Print LSB
    </i></font><font color="#0000FF"><b>HexB13</b></font>: <font color="#0000FF"><b>B11 </b></font>= <font color="#0000FF"><b>B13 </b></font>/ <font color="#800000"><b>16                  </b></font><font color="#000080"><i>' Print MSN
    </i></font>	<font color="#FF0000"><b>GOSUB </b></font><font color="#0000FF"><b>HexB11
    </b></font>	<font color="#0000FF"><b>B11 </b></font>= <font color="#0000FF"><b>B13 </b></font>&amp; <font color="#800000"><b>15
    </b></font><font color="#0000FF"><b>HexB11</b></font>: <font color="#FF0000"><b>LOOKUP </b></font><font color="#0000FF"><b>B11</b></font>,[<b><i>&quot;0123456789ABCDEF&quot;</i></b>],<font color="#0000FF"><b>B10     </b></font><font color="#000080"><i>' B10 = HEX$(B11)
            </i></font><font color="#FF0000"><b>SEROUT </b></font><font color="#0000FF"><b>SO</b></font>,<font color="#0000FF"><b>N2400</b></font>,[<font color="#0000FF"><b>B10</b></font>]
    	<font color="#FF0000"><b>RETURN
    
    </b></font>
    Dave
    Always wear safety glasses while programming.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts