From a23f4d7bbd264289348407c5f3eff283ed0f324b Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 26 Oct 2018 11:24:47 +0200 Subject: [PATCH] Edit files for ITS syntax. --- src/c/c.stinkr | 21 ++++++++++----------- src/c/c4220.mid | Bin 13954 -> 13953 bytes src/c/lp.stinkr | 25 ++++++++++++------------- src/c/m.stinkr | 20 +++++++++----------- src/c/testc.stinkr | 6 +++--- 5 files changed, 34 insertions(+), 38 deletions(-) diff --git a/src/c/c.stinkr b/src/c/c.stinkr index ee586bc6..ba243ee3 100644 --- a/src/c/c.stinkr +++ b/src/c/c.stinkr @@ -1,11 +1,10 @@ -x clib -l c31 -l c32 -l c33 -l c34 -l c35-10 -l c91 -l c94 -l c95 -l c20hak -o c20c.exe +x c/clib +l c31.stk +l c32.stk +l c33.stk +l c34.stk +l c3510 +l c91.stk +l c94.stk +l c95.stk +o _c.bin diff --git a/src/c/c4220.mid b/src/c/c4220.mid index b5bb4c50b64653f1ed56ea5d5eb0514eb1d8742f..e38e6a79c86aed491587473155f9ba17edb0c241 100644 GIT binary patch delta 13 UcmZq5ZOomZz~pSbQ90fW03wJ4cK`qY delta 14 VcmZq7ZOWaXz-;4ew^1qH3;-t11hxPG diff --git a/src/c/lp.stinkr b/src/c/lp.stinkr index 8a8a4631..8919324e 100644 --- a/src/c/lp.stinkr +++ b/src/c/lp.stinkr @@ -1,13 +1,12 @@ -x clib -l c1 -l c21 -l c22 -l c23 -l c24 -l c25 -l c26-10 -l c91 -l c92 -l c95 -l c20hak -o c20lp.exe +x c/clib +l c1.stk +l c21.stk +l c22.stk +l c23.stk +l c24.stk +l c25.stk +l c2610 +l c91.stk +l c92.stk +l c95.stk +o _lp.bin diff --git a/src/c/m.stinkr b/src/c/m.stinkr index 63e4013e..32b9aa62 100644 --- a/src/c/m.stinkr +++ b/src/c/m.stinkr @@ -1,11 +1,9 @@ -x clib -l c41 -l c42-20 -l c43-20 -l c92 -l c93 -l c94 -l c95 -l c20sry -l c20hak -o c20m.exe +x c/clib +l c41.stk +l c4220 +l c4320 +l c92.stk +l c93.stk +l c94.stk +l c95.stk +o _m.bin diff --git a/src/c/testc.stinkr b/src/c/testc.stinkr index 2c092369..627908c3 100644 --- a/src/c/testc.stinkr +++ b/src/c/testc.stinkr @@ -1,3 +1,3 @@ -x clib -l testc -o testc.exe +x c/clib +l testc.stk +o ts.testc