![]() ![]() ![]() 23/01/2009 Featured Article: How to remove Buzus Virus (permalink) |
|||
|
Leggi e Scrivi in ConsoleEsempio di codice per leggere e scrivere in consol(by jes)Esempio dell'Interrupt 21, funzione 6 (lettura e scrittura in console) e funzione 4c (termine programma) This article is online from 4883 days and has been seen 6289 times
Tweet Processori INTEL Istruzione (varie) Descrizione : Programma Esempio di Lettura tastiera e stampa in console Esempio : INIZIO: MOV AH,6 ; funzione 6 - lettura srittura console MOV DL,0ffh ; sottofunzione lettura INT 21h ; dell' int 21 JE INIZIO ; non c'č tasto, ritorna su CMP AL,'$' ; Il tasto che termina il programma JE FINE MOV AH,6 ; di nuovo funzione 6 MOV DL,AL ; <>ff, quindi č una scrittura INT 21h JMP INIZIO ; torna all'inizio FINE: MOV AH,4Ch ; funzione 4c - termine programma INT 21 °°°OOO000ooo..1 °°° J E S ... 1..ooo000OOO°°° http://www.accademia3.it
Similar Articles An asm source code for Linux. Hello World A 59 byte (by Brian Raiter) CPUID3 an Intel CPU detection program Interesting src code for detecting different Cpus (by Intel Corporation) Fastclock source code C / Asm Coding on 8259 timer for high precision clock (by unknown) Make sound from the speaker using assembly 8253, 8255, 8284 program example in asm (by William Cravener) Simple Horizontal Scroller Asm code for scrolling text in vga (by Carlos Hasan) Sorgente ASM true.asm An asm source code for Linux (by Brian Raiter http://www.muppetlabs.com/~) TIMING CODE MODULE (80x86 specific code) Setting pc timer 8259 - Commented source code (by Ethan Rohrer) Uso rapido del CPUID Esempio di codice per l'istruzione MMX CPUID (by JES) x86 chksum.asm source code 8 bit Checksum (CRC) Calculation Utility/Sample (by Erdogan Tan) Tags: easy source |
||||||
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|