??? 08/02/06 21:01 Read: times |
#121594 - the whole truth, please Responding to: ???'s previous message |
Not sure who you're addressing, but what I would refer to as overhead as far as programming would be:
A) Code size/space (ROM) B) Variable usage/space (RAM all variations) The 'overhead' I have most trouble with is TIME. you can not state that one factor is 'overhead' that, again, is application dependent. You can write a function/subroutine in, say, 53 bytes of code or in 5 bytes of code and 256 bytes of table in code memory, which of the two is 'overhead' is application dependent. Erik |