flat assembler
Message board for the users of flat assembler.
Index
> Main > Adding Commas Algo Help |
Author |
|
LocoDelAssembly 01 Dec 2011, 02:06
Code: AddCommas: xor dx,dx mov bx,3 div bx test dx, dx jz .ResetDX |
|||
01 Dec 2011, 02:06 |
|
smiddy 01 Dec 2011, 02:11
Ye, that did it...man, there's my duh moment. Thanks!
|
|||
01 Dec 2011, 02:11 |
|
rugxulo 16 Dec 2011, 21:03
For completeness, here's some other links:
(comp.lang.awk) "comma-izing" numbers - a blast from the past! http://sed.sourceforge.net/local/scripts/commify1.sed.html |
|||
16 Dec 2011, 21:03 |
|
DOS386 17 Dec 2011, 01:56
> For completeness, here's some other links:
one more: http://freebasic.net/forum/viewtopic.php?t=12600 PS: try Code: mov byte [di],',' -> Code: mov byte [di],39 ; apo "'" |
|||
17 Dec 2011, 01:56 |
|
smiddy 17 Dec 2011, 12:19
Thanks you two, I can kind of read the ones you put in rugxulo but I am unfamiliar with those language. DOS386 the basic one is most readable. Thanks to for the last line. I've been considering doing all the ASCII based characters that way, then documenting what they afterwords too. |
|||
17 Dec 2011, 12:19 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.