home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
northc_384
/
bin
/
a68k2do.txt
< prev
next >
Wrap
Text File
|
1990-09-08
|
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.