flat assembler
Message board for the users of flat assembler.

Index > Main > Two binary in one file.

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 1847
Roman 17 Oct 2018, 12:29
I want compile two binary files in fasmw17.11.2.
But this code not compiled.
Code:
format binary as 'header.bin'
        dd sizeB-SizeA,1,2     ;object1
        dd sizeC-SizeB,10,12   ;object2

format binary as 'vel001.bin'
sizeA   dd 2,0,0,5
sizeB:
sizeC   dd 10,20,1,5,12,3,4,5,6,7
    
Post 17 Oct 2018, 12:29
View user's profile Send private message Reply with quote
DimonSoft



Joined: 03 Mar 2010
Posts: 1228
Location: Belarus
DimonSoft 17 Oct 2018, 21:30
Newer versions support something similar with virtual directive. Haven’t tested yet but, as far as I’ve heard, it is considered to be a security vulnerability to have it let one save data into arbitrary file, so only extension can be specified there.
Post 17 Oct 2018, 21:30
View user's profile Send private message Visit poster's website Reply with quote
MacroZ



Joined: 12 Oct 2018
Posts: 30
MacroZ 19 Oct 2018, 16:06
Don't become too addicted to including binary files, when you run out of ideas you have developed something people don't want to have anything to do with.

You are already way on the way of having developed such a "lifestyle". It's a "dangerous" addiction.

I saw something similar, he tried to get away from his past, but some female programmers refused to not see it, and he was doomed.
Post 19 Oct 2018, 16:06
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.