Commit Graph

5 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 62ba4ba253 hex.S: Fix a bug where store label was called rather than jumped into. 2022-08-20 23:11:30 +01:00
Andrius Štikonas d5ce9bff72 Add exit call to silence compiler warnings. 2022-08-20 15:32:55 +01:00
Andrius Štikonas 20b0450c8f Add hex2.c prototype. 2022-08-20 00:09:26 +01:00