@foone assuming the sort is smart enough about numbers, BASIC listings are immune!
Posts
-
one of my favorite sublime text features is that by default one of the F-keys is dedicated to "sort file". -
I love how "word" is a specific computer science term that means some data the bit-width of the processor.@foone 80 bits (Ten Bytes); used to load/store the x87 extended precision long double values, as in
fld TBYTE PTR [edi]
fstp TBYTE PTR [esi] -
I love how "word" is a specific computer science term that means some data the bit-width of the processor.@foone let's not forget the elusive TBYTE (aka TWORD on nasm)