Hello everyone,
If you had to implement a basic antivirus software for a mobile device (16 bit processor, 8 MB RAM) would you rather use macrodefinitions (and deal with the expansion problem) or procedures (resulting a code with many jumps)?
From my point of view, one solution would be better than the other for this problem, but I need some suggestions with pros and cons for this particular issue from other people to be sure.
Thanks.