From 333a6f9fb13050b26ba6db9ce032b5f18ec6c496 Mon Sep 17 00:00:00 2001 From: Aearnus Date: Fri, 25 May 2018 01:51:32 -0700 Subject: [PATCH] Added screenshot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c05b66..98b967b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # A 65C02 Assembly DSL for Haskell +![Example image](https://raw.githubusercontent.com/Aearnus/dsl-sixty-five-oh-two/master/fancy_banner.png) + _... shut up, show me the code!_ Here's some example code utilizing all of the features of the DSL: @@ -20,4 +22,4 @@ myProgram = do ``` (taken from main.hs) -More documentation coming soon! +More documentation coming soon!