Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!snorkelwacker.mit.edu!stanford.edu!msi.umn.edu!noc.MR.NET!gacvx2.gac.edu!hhdist From: NORM%IONAACAD.BITNET@CUNYVM.CUNY.EDU (Norman Walsh) Newsgroups: comp.sys.handhelds Subject: Fix for BDISP Message-ID: Date: 3 Apr 91 01:04:00 GMT Lines: 12 Return-path: <@CUNYVM.CUNY.EDU:NORM@IONAACAD.BITNET> To: HANDHELDS@gac.edu Several weeks ago I posted some routines for manipulating binary numbers and performing 2's complement arithmetic. George Wang has just pointed out to me that my post failed to include a program necessary for the BDISP program. The routine happens to be higher in my directory tree than the rest of the programs so I failed to send it. Sorry everyone. The program is PAD and is just this: << ->STR WHILE DUP SIZE 22 < REPEAT " " SWAP + END >> ndw