Example - 10swint.asm - Software Interrupts
; ; An example of software interrupts. ; JMP Start ; Jump past table of interrupt vectors DB 51 ; Vector at 02 pointing to address 51 DB 71 ; Vector at 03 pointing to address 71 Start: INT ...
www.softwareforeducation.com |