M680x0 / M680x0-llvm

M68K LLVM Port
http://llvm.org
Other
70 stars 5 forks source link

Use link/unlk #43

Open m4yers opened 5 years ago

windenntw commented 4 years ago

Careful, link and unlink are IIRC only available in 68020+ !

idrougge commented 4 years ago

No, they have been there ever since the original 68000.

windenntw commented 4 years ago

Ah yes I stand corrected... But at 32 and 24 cycles each of them, I can see why I'd never consider using them when coding ;)