*.ucf \
*.qsf \
*.as \
- *.js
+ *.js \
+ *.S
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
* Each instruction/prefix combination is executed in the following
* conditions:
* - cpl0, all permissions ok - expect traps
- * - cpl0, descriptors not present - expect #%NP faults
+ * - cpl0, descriptors not present - expect @#NP faults
* - cpl3, all permissions ok - expect traps
- * - cpl3, descriptors dpl0 - expect #%GP faults (except `icebp`)
- * - cpl3, descriptors not present - expect #%NP faults
+ * - cpl3, descriptors dpl0 - expect @#GP faults (except `icebp`)
+ * - cpl3, descriptors not present - expect @#NP faults
*
* In all cases, the exception frame is verified to be correct.
*/