flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > exitm

Author
Thread Post new topic Reply to topic
macomics



Joined: 26 Jan 2021
Posts: 949
Location: Russia
macomics 02 May 2023, 12:40
Is it possible to use this masm/tasm directive on fasm?
Post 02 May 2023, 12:40
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20335
Location: In your JS exploiting you and your system
revolution 02 May 2023, 13:24
You can find the preprocessor supported directives in tables.inc.
Code:
preprocessor_directives:
 db 6,'define'
 dw define_symbolic_constant-directive_handler
 db 7,'include'
 dw include_file-directive_handler
 db 3,'irp'
 dw irp_directive-directive_handler
 db 4,'irps'
 dw irps_directive-directive_handler
 db 4,'irpv'
 dw irpv_directive-directive_handler
 db 5,'macro'
 dw define_macro-directive_handler
 db 5,'match'
 dw match_directive-directive_handler
 db 8,'postpone'
 dw postpone_directive-directive_handler
 db 5,'purge'
 dw purge_macro-directive_handler
 db 4,'rept'
 dw rept_directive-directive_handler
 db 7,'restore'
 dw restore_equ_constant-directive_handler
 db 7,'restruc'
 dw purge_struc-directive_handler
 db 5,'struc'
 dw define_struc-directive_handler
 db 0    
exitm is not there.
Post 02 May 2023, 13:24
View user's profile Send private message Visit poster's website Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1792
Roman 02 May 2023, 14:16
But we could writing exitm to preprocessor_directives Smile
Time to upgrade preprocessor_directives !
Comrades.

exitm
https://www.asmcommunity.net/forums/topic/12375/
Post 02 May 2023, 14:16
View user's profile Send private message Reply with quote
macomics



Joined: 26 Jan 2021
Posts: 949
Location: Russia
macomics 02 May 2023, 20:02
I know that there is no such command and tables.inc. Is it possible to add it in the future?
Post 02 May 2023, 20:02
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20335
Location: In your JS exploiting you and your system
revolution 02 May 2023, 20:08
macomics wrote:
Is it possible to add it in the future?
Yes it is possible.

Computation of the relative timelines and likelihood of happening are left as an exercise for the reader. Razz
Post 02 May 2023, 20:08
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-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.