interrupt_loop.S 109 B

123456789
  1. #include "common.h"
  2. BEGIN
  3. CLEAR
  4. movw $handler, 0x00
  5. mov %cs, 0x02
  6. int $0
  7. handler:
  8. int $0