Hello All
I am working on a program run on microware os9 operating system.
I have disassembeld the program using IDA, The program use Trap instruction to call functions in other libraries like MATH, CIO...
as you know every library has a special id
math library for example use trap #$F
the trap instruction followed by a word this word is the function special number.
What I need is a document contains a list of this functions numbers, so I can replace this numbers with the original function names, making the output more readable.
so any one know where to find this info.






