[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: HIC, ALan, Archy at MIT-MC
- Date: Mon, 7 Jan 80 02:34:00 GMT
- Original-date: 6 JAN 1980 2134-EST
- Sent-by: ARCHY at MIT-MC
Take a look at the file ALAN;READ LOSS. It is the printed
representation of some HUNK structure. When read in one of the
fixnums gets read in negative (same magnitude). The setting of
IBASE doesn't seem to matter.
HIC: The bug is that RDHNK jumps back to RDLS3Y which doesn't
clear the left half bits in T. I suggest:
RDLST0: MOVE B,AR2A
RDHNKA: TLZA T,-1#200002
and at RDHNK+12
JRST RDHKNA instead of RDLS3Y