Changes between Version 2 and Version 3 of Ticket #15787, comment 13
- Timestamp:
- Aug 18, 2016 3:10:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15787, comment 13
v2 v3 1 1 I have made a small test program ('TEST_VBE.COM'). You can run it with DEBUG from a DOS command line. 2 2 3 It will capture the return values from INT 10, 4F06 BL=02, and store the values at DS:0210~02 073 It will capture the return values from INT 10, 4F06 BL=02, and store the values at DS:0210~0217 4 4 5 5 It clearly shows, that the return values are wrong until I move the VBE BIOS 'pop ax'. After moving the 'pop ax', I get the correct return values, and the function operates properly.