home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
364a.lha
/
PCQ_v1.1_A68k
/
A68K_Docs
/
A68k2do.txt
< prev
next >
Wrap
Text File
|
1990-04-09
|
475b
|
21 lines
A68k - things to do as of November 2, 1989
*** 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.