flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > match can cut . ?

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 2120
Roman 27 Aug 2026, 10:32
fasmw 1.73
I want get .x from pos.x
Code:
macro get v { match a b,v \{ display b \} } ;i want get in b = .x

get pos.x
    
Post 27 Aug 2026, 10:32
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 21079
Location: In your JS exploiting you and your system
revolution 27 Aug 2026, 11:13
match can't separate on a dot character. The dot character isn't in the list of symbol_characters. See tables.inc:
Code:
symbol_characters db 27
 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\'    
Post 27 Aug 2026, 11:13
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2026, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.