Tagged Questions
1
vote
1answer
525 views
Extended Interrupt 13, Reading an unformatted Disk
It's been a while since I did any ASM, and decided to once again try and write a small bootloader, testing with qemu. My issue is with interupt 13, for some reason the carry flag is being set, so the ...
0
votes
3answers
443 views
Vector table issue in Application and Bootloader code
I have issue with vector tables(Interrupt tables) which are in Bootloader code and could not be accessed by my Application code.
Well, the main issue is that the address of ISRs is different in ...