Mercurial > lcfOS
view python/target/openrisc.lidl @ 319:8d07a4254f04
Work on burg
author | Windel Bouwman |
---|---|
date | Sat, 18 Jan 2014 18:58:43 +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 } }