Linked by Thom Holwerda on Thu 30th Jun 2005 12:26 UTC
For Linux users, HLA is a strong programming tool that allows them to create powerful programs on a variety of different levels. As HLA becomes more feature-rich, additional applications will be written using HLA under Linux. With HLA and Linux, programmers can develop new and exciting applications anyone can use. Read more.
Permalink for comment
To read all comments associated with this story, please click here.
I think they are all just macros that are replaced with assembly before compilation. A bit like Microsofts Macro Assembler (MASM) really.
Its used as a learning tool. Input and Output is pretty tough on assembler so the developer created some easy macros so beginners can play with assembly instruction whilst reading and writing the screen easily.
I think they are all just macros that are replaced with assembly before compilation. A bit like Microsofts Macro Assembler (MASM) really.
Its used as a learning tool. Input and Output is pretty tough on assembler so the developer created some easy macros so beginners can play with assembly instruction whilst reading and writing the screen easily.