flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > .if .esle .endif : ja or jg , jb or gl ? |
Author |
|
revolution 23 May 2023, 11:39
The source code suggests that you need to include the signed keyword to get signed jumps:
Code: ;... match =COND =signed v1>==v2, COND c \\\{ cmp v1,v2 jl label define COND \\\} match =COND =signed v1<==v2, COND c \\\{ cmp v1,v2 jg label define COND \\\} match =COND v1>==v2, COND c \\\{ cmp v1,v2 jb label define COND \\\} match =COND v1<==v2, COND c \\\{ cmp v1,v2 ja label define COND \\\} ;... |
|||
23 May 2023, 11:39 |
|
Tomasz Grysztar 23 May 2023, 19:01
It is mentioned in the documentation of extended headers (also present in PDF version).
|
|||
23 May 2023, 19:01 |
|
3D_FASM 23 May 2023, 21:34
Yes, I have see. Can a single condition contain signed and unsigned comparisons?
|
|||
23 May 2023, 21:34 |
|
Tomasz Grysztar 24 May 2023, 07:29
3D_FASM wrote: Yes, I have see. Can a single condition contain signed and unsigned comparisons? |
|||
24 May 2023, 07:29 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.