[comp.sys.handhelds] Fix for BDISP

NORM%IONAACAD.BITNET@CUNYVM.CUNY.EDU (Norman Walsh) (04/03/91)

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