This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; | |
| ; FPUCHK10.ASM | |
| ; | |
| ; A simple COM program to run in Real Mode and check for bad firmware behaviour | |
| ; on FPU exception. Completely self-contained, no debugger required. There is | |
| ; absolutely no way excecution can be interrupted, except by an NMI or SMI. | |
| ; | |
| ; Assemble as per usual: | |
| ; jwasmr -bin fpuchk10.asm | |
| ; move fpuchk10.bin fpuchk10.com |