Share with your friends
hdshahin01

Call

The Parrot assembly language 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 is PASM extended to simplify development of compilers.

The hello world program in PASM is simply:

Although it appears similar to source code in some high-level programming languages, more complex PASM programs will resemble other assembly languages. The main exceptions to this low level programming in PASM are string handling and, as shown above, input and output. Additionally, PASM has automatic garbage collection from the virtual machine, and it does not allow pointer arithmetic.

Talk Doctor Online in Bissoy App