Re: HLA and embedded controllers
- From: "vid512@xxxxxxxxx" <vid512@xxxxxxxxx>
- Date: 30 Oct 2006 08:13:05 -0800
Actually, I am doing that right now. The HLA stdlib v2.x will probablywow, i've got competition ;)
start appearing within a month or so. There are a couple of reasons
I'm rewriting the library (though this has nothihng to do with
supporting microcontrollers); in order of priority:
i am writing FASMLIB, std library for FASM, and want to make it
seriously. Yours library is only one looking like real std library i've
seen yet. unfortunately it is limited to HLA-only by design, thus
unusable for ASM programmers.
1) Separating out the OS-dependent functions to make it easier to portyou should have at the beginning
the library to another OS.
3) Make the library available to other assembler users, not just HLA.how? as COFF? how does your throwing mechanism work in lowlevel?
do you want to have it usable for pure-asm coders? (these were some of
main questions i was solving when designing FASMLIB)
Do keep in mind, however, that I do not consider the HLA standard librarynice step imho
to be part of the HLA language.
I'd be loathe to try and provide a general-purposeembedded devices nowadays are far from low-end. And when you need
library because space and speed limitations on the low-end chips makes
the design and usage of a general-purpose library difficult. Even
people using C on those (low-end) chips rarely make use of any
"standard library" routines in their programs.
low-end you must probable stick to pure assembly. abstractions eat
space and time.
All that being said, however, it doesn't make a whole lot of sense toagree
create an HLA-like assembler for embedded CPUs.
.
- Follow-Ups:
- Re: HLA and embedded controllers
- From: sevag.krikorian@xxxxxxxxx
- Re: HLA and embedded controllers
- From: randyhyde@xxxxxxxxxxxxx
- Re: HLA and embedded controllers
- From: Frank Kotler
- Re: HLA and embedded controllers
- References:
- HLA and embedded controllers
- From: johnzulu
- Re: HLA and embedded controllers
- From: randyhyde@xxxxxxxxxxxxx
- Re: HLA and embedded controllers
- From: vid512@xxxxxxxxx
- Re: HLA and embedded controllers
- From: randyhyde@xxxxxxxxxxxxx
- HLA and embedded controllers
- Prev by Date: Re: A modern view of the halting problem
- Next by Date: Reading from console
- Previous by thread: Re: HLA and embedded controllers
- Next by thread: Re: HLA and embedded controllers
- Index(es):