Commit Graph

7 Commits

Author SHA1 Message Date
Andrius Štikonas 9b9ff9ac52 hex1: 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-07 22:32:18 +01:00
Andrius Štikonas 7020101bd7 Remove a separate .data section in assembly prototypes to match what we are doing in hex/M1. 2022-09-04 00:45:13 +01:00
Andrius Štikonas ba541383ad Add catm.S prototype. 2022-08-14 17:25:44 +01:00
Andrius Štikonas 1d53af842d Add hex1.hex0. 2022-08-09 20:04:52 +01:00
Andrius Štikonas 943881a73b Make hex1.S relocatable.
Also make sure we reserve memory for label table.
2022-08-08 23:55:02 +01:00
Andrius Štikonas a4d36cc940 Add hex1.M1 prototype. 2022-08-07 23:15:34 +01:00
Andrius Štikonas 368377191b Add hex1.S prototype. 2022-08-07 21:45:05 +01:00