o-----------------------------------------o | Name of program: | | Resistor Color Codes | | | | Program variable: resistor() | | Size: ~3049 bytes | | Platforms: TI-89, TI-92+ | o-----------------------------------------o Coded by Entropix / Rory Kulz A) Description Resistor Color Codes is a useful program that can help decode 4-bar resistors. It has the following features: * Selection for the tens, ones, multiplier, and accuracy bars by color. * On-screen resistor using black, white, clear, and shaded bar. * Displays ohms and accuracy on screen numerically. The ohms are computed using the formula (Tens*10+Ones)*10^(Multiplier). The accuracy is computed based on the 5%-10%-20% scale by color. B) How to use The following keys will work with this program: ESC / F5 -- Exit the program. F1 -- Select the color of the first bar (Tens) F2 -- Select the color of the second bar (Ones) F3 -- Select the color of the third bar (Multiplier) F4 -- Select the color of the fourth bar (Accuracy) Please note, colors might be abbreviated. This saves space and is just as easy to understand. For example: Bla :: Black Bro :: Brown Ora :: Orange Yel :: Yellow Gre :: Green Vio :: Violet Whi :: White Sil :: Silver C) Disclaimer Any damage caused to any physical object (animate or inanimate) directly or indirectly by any files associated or packaged with this software is solely the responsibility of the user. Upon your possession of this work, I, Rory Kulz, am hereby released of all responsibility for damages (physical, emotional, or otherwise). This work is protected under United States copyright law. For more information, contact the Library of Congress (http://www.loc.gov/). D) Thanks * TIGCC, for their incredible program. * Techno-Plaza for helping to explain some basic library functions. o-----------------------------------------o