Tagged Questions
6
votes
6answers
1k views
Writing an OS for Motorola 68K processor. Can I emulate it? And can I test-drive OS development?
Next term, I'll need to write a basic operating system for Motorola 68K processor as part of a course lab material.
Is there a Linux emulator of a basic hardware setup with that processor? So my ...
5
votes
1answer
217 views
68000, portable JIT library
There are several JIT libraries, but is there any which emits Motorola 68000 style instructions, such as for instance 68000, 68040, 68060 or any of the Coldfire CPUs?
Bonus points if it could emit ...
0
votes
2answers
75 views
Alignment of functions
How do I make the functions align at 4-byte boundaries with GCC, target 680x0?
-malign-functions=4 does not seem to do the trick, by itself anyway. Some kind of option meant to improve cache ...