Re: A86: AShell Enhanced 1.2 Released


[Prev][Next][Index][Thread]

Re: A86: AShell Enhanced 1.2 Released






TGaArdvark wrote:

> > you stil lhaven't fixed this one bug..   you know you press the ARROW
> > KEYS to pick your programs?!?!  well ANY other buttons (except the enter,
> > 2nd, more etc..) causes the CURSOR to go BACK one program.. what's up
> > with that??
>
> This is called saving mem. A quick basic example would be:
>
> If key==up
> goto move_up
> if key==down
> goto move_down
> (the rest of the keycode jump table except left here)
> goto move_left

Thats basically, it saves 6 bytes or so
Did think anyone would mind

The input routine is what caused all of that crashing.
It was removed in 1.3, I've had no reports of any bugs in it.
If you dont clear your mem before upgrading, ASE will probably
crash, thats why n X t's 86 crashed.

Bill


References: