Added to DB: HIDE V1.51.02 - Assembler IDE

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
Hydaral
Posts: 194
Joined: Tue Mar 09, 2010 7:36 pm

Added to DB: HIDE V1.51.02 - Assembler IDE

#1 Post by Hydaral »

http://sites.google.com/site/highlevela ... loads/hide

HIDE is an HLA (High Level Assembler) IDE. It is written in HLA and designed to provide an easy to install, hassle free HLA development environment. HIDE is open-source and makes use of various tools produced by other individuals.

http://www.portablefreeware.com/index.php?id=2192

Now I just have to learn assembler. :)

User avatar
Firewrath
Posts: 321
Joined: Mon Aug 28, 2006 2:36 pm

Re: Added to DB: HIDE V1.51.02 - Assembler IDE

#2 Post by Firewrath »

So i seen this posted and figured id add a little more to it,
This is the main site for HLA:
http://homepage.mac.com/randyhyde/webst ... index.html
itll have a few useful links for anyone wanting to try this. Theres a couple tutorals and the like on the site.


Hydaral wrote: Now I just have to learn assembler. :)
All i have to say here is Good Luck. :P
Assembly isnt the easiest programming language to get into, though it is one of my favorites for just the raw power it has and the extremely small size of the programs.
(compared to some of the bloated programs we accept as normal today just because we have larger hard-drives, :P)

Here are some other types of ASM setups if you find HLA isnt your thing:

First a note, Not all ASM languages are the same, they use the same principle and what works in one Might work in another, but most of them have their own language.

GoASM has a bit of info on the Basics of ASM, which you might want to check if you never programmed in ASM before:
http://www.godevtool.com/#tutorials
So if youve never touched ASM before, you should at least read over 'For those new to assembly language' even if youre not going to use GoASM,

Theres FASM which ive always kind of liked, but itll be a bit more low level then Go or HLA,
http://flatassembler.net/
(I think FASM might be portable too, cant remember,)

and lastly theres MASM, which ive had no end up trouble trying to get to work correctly for me, ...not saying its bad, because SpinRite is programmed in it if i remember correctly,
its just not very compatible with me, :P
http://www.masm32.com/

but any of which you choose, it basically comes down to what youre trying to do and which one youre more comfortable with.

Post Reply