diff --git a/info/labs/amy_reference_compiler.md b/info/labs/amy_reference_compiler.md
deleted file mode 100644
index 6e9501bdf43921bb70d7eef9b6b3f0ed867b801e..0000000000000000000000000000000000000000
--- a/info/labs/amy_reference_compiler.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# The Amy Reference Compiler
-
-We provide you with a reference compiler for the Amy language that you can use to explore the expected behavior of your own compiler.
-
-The reference compiler is [available here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/amyc-assembly-1.7.jar).
-
-You can run it as follows:
-  java -cp amyc-assembly-1.7.jar amyc.Main [options] [input files]
-
-To see the list of available options do 
-  java -cp amyc-assembly-1.7.jar amyc.Main --help
-
-The easiest way to execute a program is to run it in `--interpret` mode. If you want to generate WebAssembly binary code, you should follow these steps:
-  * Install `nodejs`. We have tested amyc with Node version 12, though other versions might work. See the [Node website](https://nodejs.org/en/) for installation instructions.
-  * Make sure the `wat2wasm` executable is visible, i.e., it is in the system path or, for Linux or Mac, you are at the toplevel of the `amyc` directory.
-  * Run `npm install deasync` in the directory you plan to run `amyc`.
-  * Run `amyc` without options. You will get a few output files.
-  * Run `nodejs <output file>.js`
-
-
-# Bug Reports
-
-We welcome bug reports! Please use the forum on Moodle for this purpose.
diff --git a/info/labs/amyc-assembly-1.7.jar b/info/labs/amyc-assembly-1.7.jar
deleted file mode 100644
index daa8f4a1cf11efafd3b7e19303f82fd4b0afc524..0000000000000000000000000000000000000000
Binary files a/info/labs/amyc-assembly-1.7.jar and /dev/null differ