Intercepting IO Operations
System Admin
1
Posts
1
Posters
0
Views
1
Watching
-
I have some legacy embedded 8086-hosted software that I would like to run on a PC, mainly running test scripts through it. This is not too difficult except that the code contains some input/output port operations. Does anyone know of any existing software that can intercept these i/o port operations and substitute memory reads/writes? This would allow me to simulate the i/o operations. I have the source code for my embedded code and could amend it to use memory operations but I would rather not do this. Best regards Paul