Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
There are several errors:
- The address is reversed. The offset needs to come first, then the segment
- The interrupt routine does not end with IRET
- A comma is missing
- Interrupt numbers that are used for processor exceptions should probably not be used for software interrupts