From 01f887b7bfa12e20d8c029938cd59de7df8fafed Mon Sep 17 00:00:00 2001 From: Benjamin M Date: Sun, 7 Feb 2021 13:22:41 +0100 Subject: [PATCH] Update link to Dolan "mov" paper Link to "MOV is Turing-Complete" is dead. Replaced with working one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda6bdf..1b73eb6 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ A curated list of awesome resources, learning materials, tools, frameworks, plat * [Engineering Definitional Interpreters, J. Midtgaard, N. Ramsey, B. Larsen](https://www.cs.tufts.edu/~nr/pubs/interps.pdf). * [Garbage Collection in an Uncooperative Environment, H. Boehm, M. Weiser](https://pdfs.semanticscholar.org/6434/aa10f3745dcf959cfca9c379aae120396724.pdf?_ga=2.133026126.1710272003.1495044697-300816831.1495044697). * [Machine Code Obfuscation via Instruction Set Reduction and CFG Linearization, C. Jonischkeit](https://kirschju.re/static/ba_jonischkeit_2016.pdf). - * [`MOV` is Turing-Complete, S. Dolan](https://www.cl.cam.ac.uk/~sd601/papers/mov.pdf). + * [`MOV` is Turing-Complete, S. Dolan](http://stedolan.net/research/mov.pdf). + Discussions: [HN](https://news.ycombinator.com/item?id=6309631), [Reddit](https://redd.it/1nft0x). * [Nanopass Framework for Commercial Compiler Development, A. Keep & R. Dybvig](https://www.cs.indiana.edu/~dyb/pubs/commercial-nanopass.pdf). * [Nanopass Framework for Compiler Education, D. Sarkar, O. Waddell & R. Dybvig](https://www.cs.indiana.edu/~dyb/pubs/nano-jfp.pdf).