Parrot assembly language
The Parrot assembly language or PASM is the basic assembly language used by the Parrot virtual machine, a part of the Perl 6 project.
PASM is the lowest level assembly language. The Parrot intermediate representation or PIR is PASM, extended to simplify development of compilers.
External sources
- Parrot assembly language at dev.perl.org (http://dev.perl.org/perl6/pdd/pdd06_pasm.html)
- ParrotCode (http://www.parrotcode.org)