Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 18:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



fasm - bios int 21h (ah = 1h) - problem

Discussion on fasm - bios int 21h (ah = 1h) - problem within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2012
Posts: 9
Received Thanks: 0
fasm - bios int 21h (ah = 1h) - problem

Hallo zusammen,

seitdem Ich von meinem externen Floppy Laufwerk meinen Code booten lasse und den bios int 10h (ah = 0Eh) "video - teletype output" verwende,
funktioniert int 21h (ah = 1h) "read character from standart input, with echo" für mich nicht mehr.

Code:
    mov ah, 1h
    int 21h

Folgendes (int 21h (ah = 7h) "direct character input, without echo") funktioniert hier auch nicht.

Code:
	mov ah, 7h
	int 21h
	mov byte ptr input, al
	mov si, input
	mov ah, 0Eh
	lodsb
	int 10h

Möglicherweise hat jemand einen Lösungsvorschlag?
=0x500+0x30+0x9 is offline  
Old 09/16/2012, 15:58   #2
 
link's Avatar
 
elite*gold: 1
Join Date: Jul 2005
Posts: 553
Received Thanks: 451
int 21h ist ein DOS-, kein BIOS-interrupt. Versuch mal int 16h mit ah = 00h, um den nächsten Charakter aus dem Input Buffer zu holen bzw. ah = 01h, um abzufragen, ob sich einer im Buffer befindet.
link is offline  
Thanks
1 User
Old 09/16/2012, 17:26   #3
 
elite*gold: 0
Join Date: Sep 2012
Posts: 9
Received Thanks: 0
Stimmt, das ist MS-DOS API, danke.
=0x500+0x30+0x9 is offline  
Reply


Similar Threads Similar Threads
Problem mit BIOS Update
03/25/2012 - Technical Support - 6 Replies
Ich hoffe dies ist der richtige Bereich für mein Problem. Vor einigen Wochen kam ein neues BIOS Update für meinen Laptop raus, wie immer hat mein TOSHIBA Bulletin Board mir Angezeigt das ich Updaten soll. Dies tat ich dann auch und habe BIOS geupdatet. Aber nun zeigt mir das Programm immernoch an das ein Neues Update rausgekommen ist und ich noch Updaten muss. Wenn ich nun probiere zu Updaten kommt : "There is an error occured, please check below items. BIOS version above 190. Battery...
NASM, FASM & MASM
11/12/2011 - CO2 Programming - 11 Replies
Alright, which one would be best to learn? Atm. I have been learning NASM, but I don't know if it's any better or worse than FASM or MASM. I have heard from some assembly programmers that I should just not use MASM. Opinions?
Laptop Probleme, Bios Problem!
11/03/2011 - Technical Support - 2 Replies
Hallo Community! Ich habe von meinem Freund, ein Laptop bekommen. Und ich wollte Laptop Starten & kommt aufeinmal und bleibt einfach nen Text: & Mein Original Windows 7 Startet es halt nicht! (Ich Wollte in Bios (DVD) Windows 7 Installieren, klappt nicht!) System/Bios
Habe Bios Problem.
09/15/2011 - Technical Support - 3 Replies
Hi Leute, also, einer Freundin von mir wurde ein Bios Passwort von ihrem Freund gemacht, so dass sie nur dran kann, wenn ihr Freund es will. Ich weiss, dass ,man das Windowspasswort per cmd. ändern kann, aber ich kenne mich nicht mit Bios aus, und da frage ich euch, da sie mich um hilfe bat.. Also, wenn es vllt. eine CD gibt, die ich irgendwie benutzen kann um das Passwort ändern zu können oder so ..... Und bitte ich brauch eine erklärung, wie ich bzw. sie überhaupt in BIOS rein...
Bios Problem
10/04/2006 - Main - 3 Replies
Also Leute ich habe ein Notebook ein Devlo 2700c und dieses hat noch ein altes Bios oben von 1999 und sobalt das Notebook Bootet hängt es sich immer auf ich habe etwas gegoogelt und herrausgefunden das ich ein Bios update für das Notebook Devlo 2700c braucht!!! Könnte bitte jemand von mir nen link schicken oda so wo ich des herbekommen könnte ???? Mfg MasterKnight



All times are GMT +2. The time now is 18:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.