dbo:abstract |
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. The hello world program in PASM is simply: print "Hello world! "end 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. Parrot assembly language has more instructions than hardware assembly languages, even CISC processors. This is because the marginal cost of creating a new instruction in Parrot is low compared to the marginal cost of doing so in hardware, and the creators of Parrot had no particular goal of minimalism. (en) |
dbo:wikiPageID |
293811 (xsd:integer) |
dbo:wikiPageLength |
1476 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID |
1053400808 (xsd:integer) |
dbo:wikiPageWikiLink |
dbc:Assembly_languages dbr:Low-level_programming_language dbr:Complex_instruction_set_computer dbr:Parrot_intermediate_representation dbc:Perl dbr:Garbage_collection_(computer_science) dbr:Parrot_virtual_machine dbr:Source_code dbr:Assembly_language dbr:High-level_programming_language dbr:Marginal_cost dbr:Minimalism_(computing) dbr:Hello_world_program dbr:Pointer_arithmetic |
dbp:wikiPageUsesTemplate |
dbt:Fact dbt:Portal dbt:Reflist dbt:Needs_more_citations |
dcterms:subject |
dbc:Assembly_languages dbc:Perl |
gold:hypernym |
dbr:Language |
rdf:type |
dbo:Language yago:WikicatAssemblyLanguages yago:Abstraction100002137 yago:ArtificialLanguage106894544 yago:AssemblyLanguage106899310 yago:Communication100033020 yago:Language106282651 yago:ProgrammingLanguage106898352 |
rdfs:comment |
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. The hello world program in PASM is simply: print "Hello world! "end (en) |
rdfs:label |
Parrot assembly language (en) |
owl:sameAs |
freebase:Parrot assembly language yago-res:Parrot assembly language wikidata:Parrot assembly language https://global.dbpedia.org/id/4tFZX |
prov:wasDerivedFrom |
wikipedia-en:Parrot_assembly_language?oldid=1053400808&ns=0 |
foaf:isPrimaryTopicOf |
wikipedia-en:Parrot_assembly_language |
is dbo:wikiPageDisambiguates of |
dbr:Parrot_(disambiguation) |
is dbo:wikiPageRedirects of |
dbr:.pasm dbr:Parrot_Assembly_Language |
is dbo:wikiPageWikiLink of |
dbr:.pasm dbr:Comparison_of_application_virtualization_software dbr:PASM dbr:Parrot_(disambiguation) dbr:Parrot_intermediate_representation dbr:Parrot_Assembly_Language dbr:Parrot_virtual_machine dbr:Mod_parrot |
is foaf:primaryTopic of |
wikipedia-en:Parrot_assembly_language |