| ??? 08/16/02 17:16 Read: times |
#27355 - RE: What is ugly and what not in assembly? |
hi;
i'd like to make an observation regarding branching/conditional jumping.it is particularly annoying if the code jumps all over the place and there is no sequence followed.i would like to read a code involving jumps which does not force me to scroll up and down again and again. while i program i follow the convention 1.all code in small 2.all comments in capitals. 3.labels in one paricular area all start with same first word,then next word will be different. e.g. func1_label1,func1_label2 is it good,bad or ugly? comments awaited regards pranav |



