This is what I suspect micro, micro performance improvement.
What is faster. Storing data as a 'char' and casting it to 'int' when required or accept that 'int' is 2xchar and passing that int?
if a cast requires additional cpu instructions, that might be a good reason to accept the added memory usage.
In old articles I read that Xelasoft once made an ascii C compiler optimiser. Where can I find it? Its referred to but you can't download it. I understood that Ascii C only uses 8088 assembly while Z80 has more intelligent solutions for some 8088 instructions combinations.
ログイン/登録して投稿