flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > and/or match |
Author |
|
Tomasz Grysztar 14 Oct 2019, 11:50
Jin X wrote: Why this doesn't work: Code: a equ 1 b equ 0 match =1:=0,a:b { nop } Jin X wrote: The second question: why this always generates nop? Code: a equ 1 b equ 0 match 0,a { display `0 } Code: a equ 1 b equ 0 match O,a { display `O } |
|||
14 Oct 2019, 11:50 |
|
Jin X 14 Oct 2019, 12:10
Thanks, Tomasz
Can I realize OR condition in 'match'? Can I realize ELSE brunch? |
|||
14 Oct 2019, 12:10 |
|
Tomasz Grysztar 14 Oct 2019, 12:28
There is no option for an OR. And ELSE MATCH is only possible with fasmg. Also, fasmg has some kind of OR available in case-insensitive matching, though this has very limited capabilities.
|
|||
14 Oct 2019, 12:28 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.