flat assembler
Message board for the users of flat assembler.

Index > Main > restore this is macro or command in core fasm ?

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 1847
Roman 28 Jun 2022, 11:43
I want know restore this is macro or implemented command in code fasmw 1.73?
Post 28 Jun 2022, 11:43
View user's profile Send private message Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1847
Roman 28 Jun 2022, 12:44
I found restore in code.
And i found in Tables.inc this.
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
    
Post 28 Jun 2022, 12:44
View user's profile Send private message Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1847
Roman 28 Jun 2022, 12:47
My question. Could apply to fasmw mechanism to apply my preprocessor proc(like as macro style language or load my dll) ?
For empower fasmw opportunities.

Code:
db 9,'user0_dll'
dw user0_struc-directive_handler
db 9,'user1_dll'
dw user1_struc-directive_handler
db 9,'user2_dll'
dw user2_struc-directive_handler
db 9,'user3_dll'
dw user3_struc-directive_handler
db 9,'user4_dll'
dw user4_struc-directive_handler
db 9,'user5_dll'
dw user5_struc-directive_handler
db 9,'user6_dll'
dw user6_struc-directive_handler
db 9,'user7_dll'
dw user7_struc-directive_handler
db 9,'user8_dll'
dw user8_struc-directive_handler
db 9,'user9_dll'
dw user9_struc-directive_handler
    
Post 28 Jun 2022, 12:47
View user's profile Send private message 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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.