File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11all : DOS DPMI
22
3- DOS: SYSTEM2.TPU WINCB.TPU STRBIN.TPU ARGS.TPU
4- DPMI: SYSTEM2.TPP WINCB.TPP STRBIN.TPP ARGS.TPP
3+ DOS: SYSTEM2.TPU WINCB.TPU STRBIN.TPU ARGS.TPU DBU.TPU
4+ DPMI: SYSTEM2.TPP WINCB.TPP STRBIN.TPP ARGS.TPP DBU.TPP
55
66SYSTEM2.TPU: SYSTEM2.PAS SYSEMS.PAS SYSXMS.PAS SYSMEM.PAS
77 tpc /m SYSTEM2.PAS
@@ -18,6 +18,12 @@ ARGS.TPU: ARGS.PAS
1818ARGS.TPP: ARGS.PAS
1919 bpc /m /cp ARGS.PAS
2020
21+ DBU.TPP: DBU.PAS SYSTEM2.TPP
22+ bpc /m /cp DBU.PAS
23+
24+ DBU.TPU: DBU.PAS SYSTEM2.TPU
25+ tpc /m DBU.PAS
26+
2127STRBIN.TPU: STRBIN.PAS
2228 tpc /m STRBIN.PAS
2329STRBIN.TPP: STRBIN.PAS
Original file line number Diff line number Diff line change 2323
2424 Convert Byte/Integers/Longint to/from string in various format.
2525
26+ # Args
27+
28+ Command line parser in modern style.
29+
2630# License
2731
2832MIT License, See LICENSE file.
You can’t perform that action at this time.
0 commit comments