Measures Concepts
GitHub icon

Parrot Assembly

Parrot Assembly - Assembly language

< >

Parrot Assembly is an assembly language created in 2003.

#1019on PLDB 21Years Old 1Repos

The Parrot assembly language (PASM) is the basic assembly language used by the Parrot virtual machine. PASM is the lowest level assembly language in the Parrot stack. The Parrot intermediate representation (PIR) is PASM extended to simplify development of compilers. Read more on Wikipedia...


Example from the web:
#!/usr/bin/env parrot .pcc_sub :main main: say "Hello!" end

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout