Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcsun!hp4nl!charon!jurjen From: jurjen@cwi.nl (Jurjen NE Bos) Newsgroups: comp.sys.handhelds Subject: Re: 32 Bt Mant is < I need! Message-ID: <2663@charon.cwi.nl> Date: 10 Dec 90 10:13:31 GMT References: <276057f4:1381comp.sys.handhelds@hpcvbbs.UUCP> Sender: news@cwi.nl Lines: 9 akcs.scotty@hpcvbbs.UUCP (SCOTTY THOMPSON) writes: >I need help. Using binary numbers on my 48SX and trying to raise 2 >to the nth power to test a flag has become a difficult and unneccessary >chore. There is a simple trick: store the binary in your user flags (from memory: do RCLF 1 ROT PUT STOF), test and set flags to taste, and do RCLF 1 GET. No powering, no problems, gives you the full set of test instructions.