For instance, I use setintvector function to set the codeseg and offset of an interrupt handler, but what is the proper way to define the function?
If seen
in pb apps
FunctionName:
blah blah
and i have seen (in c apps)
void interrupt thisFunction(unsigned _es, etc..)
and once the function is defined what is the proper way to get information from the registers?
Thanks
If seen
in pb apps
FunctionName:
blah blah
and i have seen (in c apps)
void interrupt thisFunction(unsigned _es, etc..)
and once the function is defined what is the proper way to get information from the registers?
Thanks
Comment