INT (x86 instruction)
X86 instruction
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).
Nº Q4041439 ★★
Incomum · Saberes
INT (x86 instruction)
X86 instruction
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).
Último preço
—
Preço mínimo
—
Mediana 7 d
—
Vendas 30 d
0
Faixa 30 d
—
Em circulação
0
Cotação
mediana
mín – máx
vendas
Sem vendas no período
Ver tabela
| Data | mediana | Mín | Máx | vendas |
|---|
Histórico de vendas
- Última venda
- —
- Média 30 d
- —
- Mínima 30 d
- —
- Máxima 30 d
- —
- Vendas 7 d
- 0
- Vendas 30 d
- 0
Ainda sem vendas.
Vendas anônimas: sem comprador nem vendedor. Os números contam só vendas entre jogadores.
Na Wikipédia
Texto em inglês Ainda não há artigo no seu idioma: trecho em inglês.
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 (hexadecimal 0x13 is nineteen (19) in decimal notation; the count starts at 0), causing the function pointed to by the 20th vector in the interrupt table to be executed. INT is widely used in real mode. In protected mode, INT is a privileged instruction.
Texto: Wikipédia em inglês, CC BY-SA 4.0. ·
Cartas próximas
Linguagem de montagem x86
Código mnemônico para arquitetura x86
Nº Q297868 ★★
Init
Nº Q261918 ★★
FLAGS register
Status register of x86 architecture
Nº Q2600316 ★
X86-64
64-bit version of x86 architecture
Nº Q272629 ★★★
X86
Família de processadores baseados no Intel 8086 (da Intel Corporation)
Nº Q182933 ★★★
8 bits
Nº Q270159 ★★