Commit Graph

7 Commits

Author SHA1 Message Date
Andrius Štikonas 32deb0ffaf hex0: Implement various improvements:
* Make sure to close all protocols before exit.
 * Use more sophisticated command line argument processing
   that pushes command line arguments onto stack.
 * Switch to more readable M1 defines.
2022-09-10 23:57:31 +01:00
Andrius Štikonas d39dbc3484 Reorder some calls in C prototypes to match what assembly programs are doing. 2022-09-04 00:42:19 +01:00
Andrius Štikonas 9af7fdf9bb kaem-minimal.S: make sure to close files and free pools when exiting. 2022-07-30 10:08:23 +01:00
Andrius Štikonas 9895b0da06 hex0.S: initial working version, still needs some optimizations. 2022-07-15 22:37:45 +01:00
Andrius Štikonas 1dc9b13294 Fix a typo in Makefile. 2022-07-12 19:02:57 +01:00
Andrius Štikonas 6f90a6cd2e Add prototype for kaem-minimal. 2022-07-09 00:09:55 +01:00
Andrius Štikonas c5889ecef0 Add high level prototype for hex0. 2022-07-06 17:53:13 +01:00