| Weblog: | Introducing Parrot SDL | |
| Subject: | IMCC or PASM? | |
| Date: | 2004-04-05 14:10:24 | |
| From: | dlundberg | |
|
You stated that "Here's a snippet of Parrot assembly code". Isn't your code sample IMCC, which is an intermediate language that is higher-level than PASM?
|
||
Showing messages 1 through 1 of 1.
| Showing messages 1 through 1 of 1. |





You're right, this is PIR code that IMCC understands, not raw PASM. I waved my hands a bit in that sentence.
As for the documentation, it's not too bad. Experience does help, as does reading the test files. Two of my goals in this experience are to produce better documentation and to figure out some useful idioms for future projects.