flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > Match do.some? |
Author |
|
Roman 24 Jul 2024, 03:40
Fasmw 1.73
I try split do.some to do and some Code: match c=. b, do.some { display b} I NOT get any display. Why? |
|||
24 Jul 2024, 03:40 |
|
Roman 24 Jul 2024, 04:24
Why not?
I not see any problems do split. How I understood this needed recompiled fasm source code and add new feature for match. I need symbols.!? @_ Or add to Fasmw new command split x. b, some text {} Last edited by Roman on 24 Jul 2024, 04:29; edited 1 time in total |
|||
24 Jul 2024, 04:24 |
|
revolution 24 Jul 2024, 04:28
All the symbol characters are in the file "tables.inc"
Code: symbol_characters db 27 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\' |
|||
24 Jul 2024, 04:28 |
|
Roman 24 Jul 2024, 06:11
Quote:
I do and recompiled fasmw sources: Code: symbol_characters db 27+2 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\._' Now show display b. But ._ become as special symbols. match c =. b, do.some { display b} But in some code I get new problems and errors. And now in names fasm using ._ as special like () or = That do error if name "some.a1" Code: macro bitmap label,bitmap_file ;fasm get error bitmap_file invalid argument because _ { local data,size label dd RVA data,size,0,0 data file bitmap_file:0Eh size = $ - data align 4 } |
|||
24 Jul 2024, 06:11 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.