Contents Links Search
 

RPN Scripts

RPN Documentation

Submit Script

Conversion
   Conversions
   Convert
   Euro
   Euro_Calculator
   Soundex
Engineering
   Feet_&_Inch
   Units
   Water
Entertainment
   Master_Mind
   Sticks!
Finance
   Annuity
   Euro_Calculator
   TVM_Financial_Functions
Math
   3D_Vectors_v1.2
   Base
   Base_Conversions
   Complex_Arithmetic
   Complex_Math
   Discrete_Math
   EBBases
   Fractions
   Fractions
   Least
   Logs_&_Powers
   Misc
   Regressions
   Scientific
   Scientific_Functions
   Scientific_Programmable
   Simple_Complex_Math
   Standard_Normal_Distribution
   Trig
Misc
   Health
   Husband's_Calculator
Physics
   Angle_of_View
   Depth_of_Field
   Physics_Functions
Time
   Clock
   Julian
   Multiple_Timer
   Stop5Watch
   Stopwatch
   Timer
Utility
   Board_Foot_Calculator
   Calendar_Functions
   Checkbook_II
   MiniG
   Stack_Handling_and_Saving
   WindChill

Base Conversions
Russell Owen - email


summary
Reorganized base conversions.

instructions

code
RPN.2
{c}Ue#'10'UbUd;
"Bases"
"dec: base 10" #'10'Ub;
"hex: hexadecimal (base 16)" #'16'Ub;
"bin: binary (base 2)" 2Ub;
~
"_not: bitwise complement, 32 bit" ?1#'4294967295'^;
"and: bitwise and" ?2&;
"or: bitwise or" ?2|;
"xor: bitwise exclusive or" ?2^;
~
"A: 10 hexadecimal" KA;
"B: 11 hexadecimal" KB;
"C: 12 hexadecimal" KC;
"D: 13 hexadecimal" KD;
"E: 14 hexadecimal" KE;
"F: 15 hexadecimal" KF;

top
Nth Lab
©1996 - 2001 all rights reserved
August 03, 2001
contact