View Single Post
Old 08 June 2020, 16:22   #9
dodke
Registered User
 
Join Date: Feb 2018
Location: London / UK
Posts: 112
It's easier to do higher level optimisations in C than if you write assembly. If you're aiming for 68000 you should use tables for most calculations. If you do the calculations normally first you will end up throwing the code away when you implement precalculation and tables anyway. It would be a bit of a waste of time to write the initial unoptimised solution in assembly.
dodke is offline  
 
Page generated in 0.04321 seconds with 11 queries