flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
uu 10 Sep 2024, 06:41
I think you will need to use Win32 API?
CreateFileA, ReadFile, WriteFile.... https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea |
|||
![]() |
|
AsmGuru62 10 Sep 2024, 12:26
FASM has high level macro extensions to make loops, like those below:
Code: .while .endw .repeat .until I wish that these would also have the "break" and "continue", but OK. For the multiple threads also API is needed: https://learn.microsoft.com/en-us/windows/win32/sync/critical-section-objects |
|||
![]() |
|
Walter 11 Sep 2024, 00:53
Does this work for "break" and "continue"?
Code: macro .breakw { jmp __ENDW } macro .continuew { jmp __WHILE } |
|||
![]() |
|
AsmGuru62 11 Sep 2024, 15:05
I will try these. Thanks.
EDITED: "It works OK" |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.