Advertisement
Hppavilion1

OLIW architecture

Feb 8th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. -- HEADER:
  2. 0xHH 0xHH -- Condition count (two bytes)
  3.  
  4. {
  5. 0xHH -- Condition group
  6. 0xHH -- instruction code
  7. 0xHH*8 -- First argument
  8. 0xHH*8 -- Second argument
  9. }
  10. -- Start and term conditions
  11. 0xHH -- Body flags: Each of these
  12. [0xHH * 8] * 8 -- Start and term arguments
  13.  
  14. -- Body
  15. 0xHH * 2 -- Number of ALU operations
  16. { -- The number of these is the value above
  17. 0xHH * n -- some number of bytes for the ALU opcode
  18. [
  19. 0xHH * 8 -- First argument
  20. [0xHH * 8] -- Second argument
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement