Anyone have book or link about 16-bit DOS/BIOS software-interrupts in x86 processors? [closed]

StackOverflow https://stackoverflow.com/questions/22748330

  •  24-06-2023
  •  | 
  •  

문제

Can anyone recommend a book or provide web references describing software interrupts in assembly language for x86-16?

For example,

mov ah,1
int 21h

to read one char.

도움이 되었습니까?

해결책

8086 DOS and BIOS interrupts you mean?

http://www.ctyme.com/intr/int.htm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top