INT (x86 instruction)

http://dbpedia.org/resource/INT_(x86_instruction) an entity of type: WikicatX86Instructions

INT는 x86 중앙 처리 장치를 위한 어셈블리어로서, 인터럽트를 발생시키는 역할을 한다. 이것은 바이트 값으로 구성된 인터럽트 번호를 가진다. 어셈블리어로 작성될 경우, 명령어는 아래와 같다. INT X X 는 소프트웨어 인터럽트로서 (0-255)의 값으로 생성된다. 문맥과, 컴파일러, 또는 어셈블리어에 따라 소프트웨어 인터럽트 번호는 종종 십육진법 값으로 주어진다. 예를 들면 INT 21H은 소프트웨어 인터럽트 0x21 (10진수로는 33)을 생성한다. MS-DOS API호출에서 이것은 인터럽트 테이블에 있는 34번째 벡터를 가리킴으로써 이 함수를 실행시킨다. rdf:langString
INT is an assembly language instruction for x86 processors that generates a software interrupt. It takes the interrupt number formatted as a byte value. When written in assembly language, the instruction is written like this: INT X where X is the software interrupt that should be generated (0-255). rdf:langString
Int (interrupt) — инструкция на языке ассемблера для процессора архитектуры x86, генерирующая программное прерывание.Синтаксис инструкции: int n , где n — номер прерывания, которое будет сгенерировано. Как правило, номер прерывания записывается в виде шестнадцатеричного числа с суффиксом h (от англ. hexadecimal). rdf:langString
rdf:langString INT (x86 instruction)
rdf:langString INT (x86 명령어)
rdf:langString Int (инструкция x86)
xsd:integer 217469
xsd:integer 1104626825
rdf:langString INT is an assembly language instruction for x86 processors that generates a software interrupt. It takes the interrupt number formatted as a byte value. When written in assembly language, the instruction is written like this: INT X where X is the software interrupt that should be generated (0-255). As is customary with machine binary arithmetic, interrupt numbers are often written in hexadecimal form, which can be indicated with a prefix 0x or with the suffix h. For example, INT 13H will generate the 20th software interrupt (0x13 is the number 19 -- nineteen -- written in hexadecimal notation, and the count starts with 0), causing the function pointed to by the 20th vector in the interrupt table to be executed.
rdf:langString INT는 x86 중앙 처리 장치를 위한 어셈블리어로서, 인터럽트를 발생시키는 역할을 한다. 이것은 바이트 값으로 구성된 인터럽트 번호를 가진다. 어셈블리어로 작성될 경우, 명령어는 아래와 같다. INT X X 는 소프트웨어 인터럽트로서 (0-255)의 값으로 생성된다. 문맥과, 컴파일러, 또는 어셈블리어에 따라 소프트웨어 인터럽트 번호는 종종 십육진법 값으로 주어진다. 예를 들면 INT 21H은 소프트웨어 인터럽트 0x21 (10진수로는 33)을 생성한다. MS-DOS API호출에서 이것은 인터럽트 테이블에 있는 34번째 벡터를 가리킴으로써 이 함수를 실행시킨다.
rdf:langString Int (interrupt) — инструкция на языке ассемблера для процессора архитектуры x86, генерирующая программное прерывание.Синтаксис инструкции: int n , где n — номер прерывания, которое будет сгенерировано. Как правило, номер прерывания записывается в виде шестнадцатеричного числа с суффиксом h (от англ. hexadecimal). Часть прерываний зарезервирована для команд процессора, часть — для команд операционной системы MS-DOS (команды с номерами 20h−5Fh). Например, прерывание int 21h отвечает за доступ к большинству команд MS-DOS; перед тем, как вызвать данное прерывание, в регистр процессора ah должен быть помещен номер требуемой функции.
xsd:nonNegativeInteger 3601

data from the linked data cloud