We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21ad70 commit 29856a4Copy full SHA for 29856a4
1 file changed
Contributing.md
@@ -148,6 +148,7 @@ The following patterns are turned into references:
148
* Interrupts are matched as `INT<BLANK><hex>`
149
* Interrupts with registers are matched as `INT<BLANK><hex>/<regvalues>`
150
* Register-only references (only valid in INTERRUP.LST) are matched as `<regvalues>` where the first register must be one of AH, AL, or AX
151
+ * In SeeAlso: lines, register-only references may occur for other first registers too
152
* Tables are matched as `#<1 all-caps ALPHANUM><4 DECIMAL DIGITs>`
153
* Memory is matched as `MEM<BLANK><hex>:<hex>` or `MEM<BLANK><hex>`
154
* Far calls are matched as `@<hex>:<hex>`
0 commit comments