diff options
Diffstat (limited to 'SHARC/Types.hs')
-rw-r--r-- | SHARC/Types.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SHARC/Types.hs b/SHARC/Types.hs index 47e4686..e58fed3 100644 --- a/SHARC/Types.hs +++ b/SHARC/Types.hs @@ -153,7 +153,6 @@ toWord32 (a,b,c,d) = fromIntegral a `shift` 24 .|. data Update = PreModify -- 0, no update | PostModify -- 1, with update --- TODO: check again Table 1-7 Opcode Acronyms to be sure that the mapping order is right! type PushPops = ([String], [String]) data Memory = Data -- data memory |