פורסם 2007 במאי 618 שנים HeyI've been writing a program using TASM for a 80X86 processor and I have ran into something that may be problematic I have used int 21h for input (ah=7), according to my documentations the command lets the user insert a single string of numbers into AL, what happens if the inserted number is bigger then 255? thanks ahead.
פורסם 2007 במאי 618 שנים If you type in english atleast adjust the text...It looks as if AH=7 only accepts one character at a time so you get it's ascii value which is 0 to 255http://www.emu8086.com/assembly_language_tutorial_assembler_reference/8086_bios_and_dos_interrupts.html#int21h_07h
ארכיון
דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.