Linked by Thom Holwerda on Sat 21st Nov 2009 11:28 UTC, submitted by Mike Saunders
Thread beginning with comment 395949
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
But you have to remember that MikeOS is a learning tool, so code clarity and structure is always more important than shaving bytes off at every opportunity.
Point taken. Error message can indeed add quite some space, and in a teaching OS there's indeed no room for too much trickery.




Member since:
2007-09-17
I could make it considerably smaller. I could remove the variety of error messages and replace them with a single "Syntax error". I could do some hackish stuff with the code to ultra-optimise it.
But you have to remember that MikeOS is a learning tool, so code clarity and structure is always more important than shaving bytes off at every opportunity. I'm writing something that people can (hopefully!) learn from - not trying to wow people with l33t asm skillz.
Mike