AWK
Język skryptowy świetnie nadający się do obróbki tekstu. Składnia zbliżona do języka C (znacznie prostsza niż w Perlu). Jest to preferowane przeze mnie narzędzie jeśli chodzi o prostą obróbkę tekstu. Do bardziej złożonych zadań polecam język Python.
Microasm - UKLO (.zip) (3 KB)
Mikroasembler written in AWK for UKLO
labs on second year of studies.
The program gets code written in mnemonics and produces
intel hex format that can be loaded into eprom.
My friends have used calculators to create intel HEX format,
I was too lazy, so I've decided to write tool that would do
this job for me (Of course creation of this script takes more
time, but I was very proud of it ;).