3 See the ChangeLog file looking for lines taged with the word FIXME.
7 The implementation of corefile.c (defined by corefile.h) isn't the
8 best. It is intended to be functionaly correct rather than fast. One
9 option being considered is to add a data cache to reduce the overhead
10 of the most common case of data read/writes.
14 Missing VEA system calls.
18 Missing or commented out instructions.
22 64bit target untested. 64bit host broken. For instance use of scanf
27 Event code for pending events from within signal handlers not
32 Better and more devices.
36 (Notes taken from Michael Meissner): Heavy use of the ## operator -
37 fix using the clasic X/**/Y hack; Use of the signed keyword. In
38 particular, signed char has no analogue in classic C (though most
39 implementations of classic C use signed chars); Use of long long which
40 restricts the target compiler to be GCC.
45 Should have an extra argument (unsigned request) as standard.