Login
Back to forumSee the full topicGo to last reply

Posted By

JamesD
on 2009-03-20
16:29:51
 Re: DASM for dummies

C is usually pretty efficient and one of the fastest languages next to assembly. However, C uses the stack a lot and the 6502 has a small stack space (256 bytes). That usually results in some less than optimal code out of a 6502 C compiler to manually handle a larger stack instead of just using the regular stack.



Back to top


Copyright © Plus/4 World Team, 2001-2024