flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 16 Oct 2022, 08:27
Roman wrote: But how do this ? Fasm get error. Works for me: Code: flat assembler version 1.73.08 (4050404 kilobytes memory) 1 passes, 36 bytes. |
|||
![]() |
|
Roman 16 Oct 2022, 08:33
Thanks.
Its my mistake. rept 9 n:0 { dd 0#.n } |
|||
![]() |
|
Roman 16 Oct 2022, 08:34
I try this and compiled. But what is mean two # ?
rept 9 n:0 { dd 0#.#n } And how do this ? rept 9 n:9 { dd 0.#n n = n - 1 } I want get: dd 0.9,0.8,0.7,0.6,0.5,0.4,0.3,0.2,0.1,0.0 |
|||
![]() |
|
macomics 16 Oct 2022, 09:34
Code: rept 9 n:0 { reverse dd 0.#n } |
|||
![]() |
|
revolution 16 Oct 2022, 09:37
Use rept 10 to get 0-9.
|
|||
![]() |
|
Roman 16 Oct 2022, 09:58
Thanks
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.