home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff314.lha
/
a68k
/
A68k.lzh
/
A68k2do.txt
< prev
next >
Wrap
Text File
|
1990-02-05
|
475b
|
21 lines
A68k - things to do as of January 11, 1990
*** BUGS ***
(There are no known bugs at this time.)
*** ENHANCEMENTS ***
Implement an ARexx interface to an editor (e.g. CED) for debugging.
Improve the small code / small data option - study linker documentation!
Wild optimizations? (e.g. MOVE.W #0,D0 -> CLR.W D0)
(MOVE.L #16,D0 -> MOVE.W #16,D0 -> MOVEQ #16,D0)
Treat (An,Dn) as 0(An,Dn)? Or just leave for 68020 upgrade?
Add 68010/68020 support.