Quote:
Six hundered megabytes!
Wow... That's a lot. I guess that's because of the size of the data structures you'd need if you had one function with switch statements for the entire set of M68k opcodes. Still, sounds like there might be some issues with the compiler if it's that big.
Well, all opcodes are implemented in *one* function ... and each opcode is defined with its own scope, GCC doesn't like that much ... actually the main source file is "only" about (edit) 780 KB, but all that scopes make GCC to eat many memories !
Quote:
also, stef, is your new core gonna be at all API compliant with musashi? (crosses fingers) that would be nice...
For the moment not really :-/