??? 06/13/07 15:21 Read: times |
#140681 - this is why I don't like the "modern" over-windowe Responding to: ???'s previous message |
Christoph Franck said:
and also because the longer asm function won't fit onto a screen (this might seem funny but I am convinced it is a significant issue).
It's not funny at all. A function (in C) that doesn't fit on the screen is too long and should be broken up into smaller pieces. Of course, in assembly you don't have much choice, unless you use calls and macros _very_ (more than it is prudent) liberally. This is why I don't like the "modern" over-windowed IDEs and editors. The editing window itself is unnecessarily constrained... And I don't like to use a too small or fancy fonts, either: the rendered true-type fonts in small size are harder to read (and more weary to the eyes) than the fixed pixel-for-pixel fonts. Unfortunately, for some of the platforms I am involved in there are little choices... JW |