HLA

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
umerkk
Posts: 8
Joined: Sat Sep 15, 2007 12:54 pm
Contact:

HLA

Post by umerkk »

Hi, Is there anyone familiar with HLA, I want to know how can i output Binary Files in It, i was using NASm to ouptout Binary Files to write boot sector, but i dont know in HLA, Anyone ?
Regards
|| Um3r ||
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

Post by SpooK »

I know that HLA now uses FASM for a backend, so I would have to say yes... just check the command-line options.

If it doesn't, see if it supports a "common" object format and let a good linker output the binary for you.
umerkk
Posts: 8
Joined: Sat Sep 15, 2007 12:54 pm
Contact:

Post by umerkk »

SpooK wrote:I know that HLA now uses FASM for a backend, so I would have to say yes... just check the command-line options.

If it doesn't, see if it supports a "common" object format and let a good linker output the binary for you.
It outputs an Obj file, Can u plz tel me which linker would ouptut a binary file for me ?
Regards
|| Um3r ||
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

umerkk
Posts: 8
Joined: Sat Sep 15, 2007 12:54 pm
Contact:

Post by umerkk »


any specific name please ?
Regards
|| Um3r ||
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

I would advise LD... but i gave you that link so you could choose between then.
umerkk
Posts: 8
Joined: Sat Sep 15, 2007 12:54 pm
Contact:

Post by umerkk »

Tyler wrote:I would advise LD... but i gave you that link so you could choose between then.
I tried Googling Td Linker But no Download link found, PLz Gimme Download link of LD Linker
Regards
|| Um3r ||
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

Binutils.
Post Reply