Mercurial > lcfOS
view python/target/openrisc.lidl @ 332:87feb8a23b4d
Added task list command
author | Windel Bouwman |
---|---|
date | Fri, 07 Feb 2014 12:51:55 +0100 |
parents | 534b94b40aa8 |
children |
line wrap: on
line source
// Openrisc description in LIDL (lcfos isa description language) // Register storage: storage r { width: 32 size: 32 } instruction add { encoding: '111111111DDDDDDAAAAAABBBBBB' semantics: D = A + B } // ... instruction push { encoding: '' semantics: { sp = X sp = sp - 4 } }