Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

SOURCES.md

File metadata and controls

25 lines (18 loc) · 1.08 KB

The UCR Standard Library for Assembly Language

Sources:

Documentation:

To use the UCR STDLIB: needs MASM, TASM, etc (WIN macro assemblers)...

High Level Assembly

Source:

Documentation:

As a side note, both of these projects were developed by Randal Hyde. HLA is a more developed replacement of the ucr stblib. They both have a standard library, shell, and high level macros to make coding easier.

Note a very unique thing about HLA:
Carefully written (console) applications will compile and run on all supported operating systems without change.