Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Parrot Assembly

< >

Parrot Assembly is an assembly language created in 2003.

#2299on PLDB 21Years Old 1Repos
Wikipedia

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 About Keywords Resources Acknowledgements Part of the World Wide Scroll