File tree Expand file tree Collapse file tree 3 files changed +0
-375
lines changed Expand file tree Collapse file tree 3 files changed +0
-375
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import callisto.compiler;
9
9
import callisto.language;
10
10
import callisto.optimiser;
11
11
import callisto.preprocessor;
12
- import callisto.backends.y16;
13
12
import callisto.backends.rm86;
14
13
import callisto.backends.linux86;
15
14
30
29
31
30
Backends:
32
31
rm86 - Real mode x86 and MS-DOS
33
- y16 - YETI-16 Mk2 (Unstable and incomplete)
34
32
linux86 - Linux for 64-bit x86
35
33
" ;
36
34
@@ -128,11 +126,6 @@ int main(string[] args) {
128
126
backend = new BackendRM86();
129
127
break ;
130
128
}
131
- case " y16" : {
132
- stderr.writeln(" WARNING: Unstable and unfinished backend" );
133
- backend = new BackendY16();
134
- break ;
135
- }
136
129
case " linux86" : {
137
130
backend = new BackendLinux86();
138
131
break ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments