Matches in DBpedia 2016-04 for { <http://wikidata.dbpedia.org/resource/Q4927120> ?p ?o }
Showing triples 1 to 16 of
16
with 100 triples per page.
- Q4927120 subject Q8358809.
- Q4927120 abstract "On the PDP-10 mainframe computer, the BLT (Block Transfer) in assembly language programming, is the instruction which copies words from memory to memory. The left half of the BLT instruction's specified accumulator (or AC) specifies the first source address. The right half of the AC specifies the first destination address. The effective address specifies the last destination address. Words are copied, one by one, from the source to the destination, until a word is stored in an address greater than or equal to the effective address of the BLT.Caution: BLT clobbers the specified AC. Don't use the BLT AC in address calculation for the BLT; results will be random. If source and destination overlap, remember that BLT moves the lowest source word first. If the destination of the BLT includes the BLT AC, then the BLT AC should be the last destination address.".
- Q4927120 wikiPageExternalLink AA-H391A-TK_DECsystem-10_DECSYSTEM-20_Processor_Reference_Jun1982.pdf.
- Q4927120 wikiPageExternalLink BLT.html.
- Q4927120 wikiPageExternalLink bitblt.html.
- Q4927120 wikiPageExternalLink blit.html.
- Q4927120 wikiPageExternalLink Full-Word.html.
- Q4927120 wikiPageWikiLink Q1535068.
- Q4927120 wikiPageWikiLink Q1568240.
- Q4927120 wikiPageWikiLink Q420105.
- Q4927120 wikiPageWikiLink Q625642.
- Q4927120 wikiPageWikiLink Q835713.
- Q4927120 wikiPageWikiLink Q8358809.
- Q4927120 wikiPageWikiLink Q878737.
- Q4927120 comment "On the PDP-10 mainframe computer, the BLT (Block Transfer) in assembly language programming, is the instruction which copies words from memory to memory. The left half of the BLT instruction's specified accumulator (or AC) specifies the first source address. The right half of the AC specifies the first destination address. The effective address specifies the last destination address.".
- Q4927120 label "Block-transfer instruction".