TI-83 memory question


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

TI-83 memory question



If I were to compile a program for the TI-83 with tasm (or similar
compiler) and I were to have something like this:

blah    .db     110101011b   ;notice it has nine bits
        .db     101010101b   ;notice it has nine bits
would four bytes be reserved and the file compiled equivalent to
blah    .db     1101010110000000
        .db     1010101010000000
or would the binary be smushed together equivalent to
blah    .db     1101010111010101
        .db     01

????
Thanks for any help anyone can offer!




Sent by Medscape Mail: Free Portable E-mail for Professionals on the Move
http://www.medscape.com

******************************************************************
* To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
* with a message (not the subject) that reads SIGNOFF CALC-TI
*
* Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
******************************************************************