From: Lucian Mogosanu Date: Thu, 11 Dec 2014 22:20:05 +0000 (+0200) Subject: Z80: Add decoder stub X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=eb576b5ec8ce94bdae30621b0502e83f578f69be;p=z80.git Z80: Add decoder stub --- diff --git a/src/Control/Z80/Decoder.hs b/src/Control/Z80/Decoder.hs new file mode 100644 index 0000000..d7b9c78 --- /dev/null +++ b/src/Control/Z80/Decoder.hs @@ -0,0 +1,7 @@ +module Control.Z80.Decoder where + +{- + - Decodes Z80 machine code into our representation. + -} + +import Data.Z80.ISA