Gaois

This is a static copy of data that is exported from IATE on an occasional basis. It should not be assumed that information provided about an entry here will always correspond to the current version of the entry in IATE. That current version can be checked by clicking on the link on the upper right hand side of each entry. More information »

1 result

  1. EDUCATION AND COMMUNICATIONS|information technology and data processing
    ollstruchtúr tacair treoracha Reference Faomhadh an téarma seo mar chuid de Thionscadal Lex
    ga
    Befehlssatzarchitektur
    de
    Comment Jede CPU hat einen Befehlssatz. Das sind die Maschinenbefehle, die sie ausführen kann. Die Art und Zusammenstellung der Befehle wird als Befehlssatzarchitektur (Instruction Set Architecture, ISA) bezeichnet.
    instruction set architecture | ISA
    en
    Definition design of a computer in terms of the basic operations it must support, including the functional definition of operations and precise descriptions of how to invoke and access them Reference "COM-EN, based on:- Semiconductor Engineering > Knowledge center > Instruction Set Architecture (ISA) (2.3.2022)- GeeksforGeeks > Microarchitecture and Instruction Set Architecture (2.3.2022)"
    Comment An Instruction Set Architecture (ISA) is part of the abstract model of a computer that defines how the CPU is controlled by the software. The ISA acts as an interface between the hardware and the software, specifying both what the processor is capable of doing as well as how it gets done.The ISA provides the only way through which a user is able to interact with the hardware. It can be viewed as a programmer’s manual because it’s the portion of the machine that’s visible to the assembly language programmer, the compiler writer, and the application programmer.The ISA defines the supported data types, the registers, how the hardware manages main memory, key features (such as virtual memory), which instructions a microprocessor can execute, and the input/output model of multiple ISA implementations. The ISA can be extended by adding instructions or other capabilities, or by adding support for larger addresses and data values.
    architecture de jeu d'instructions | architecture de processeur
    fr
    Definition modèle abstrait d'une architecture informatique qui définit l’ensemble des instructions machine qui permettent à un processeur d’exécuter un programme Reference "COM-FR, d'après:- Site de Techniques de l’Ingénieur > Ressources documentaires > Technologies de l’information > Technologies logicielles: Architecture des systèmes > Architectures matérielles > article de Daniel Etiemble du 10 février 2016 intitulé «Jeux d’instructions des processeurs» (30.3.2022)- Site de Futura-Sciences > Tech > Définitions > RISC-V : qu'est-ce que c'est? (30.3.2022)"
    Comment "Cette architecture constitue l’interface entre le matériel et le logiciel. Elle définit notamment les types d’instructions prises en charge par le processeur (ainsi que la longueur maximale et le format de chacun de ces types), mais aussi d’autres éléments tels que le modèle de registre. L’architecture du jeu d’instructions ne concerne donc pas uniquement le jeu d’instructions, bien que certains documents ne les différencient pas clairement. L’architecture du jeu d'instructions, parfois qualifiée d’architecture apparente, se distingue de l’architecture matérielle qui exécute les instructions."