1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-09 05:25:01 +00:00

Remove errant square bracket.

This commit is contained in:
Thomas Harte
2023-06-21 11:57:09 -04:00
committed by GitHub
parent f30637a773
commit 3e09afbb59

View File

@@ -224,7 +224,7 @@ enum class Operation: uint8_t {
/// current EFLAGS DF flag.
INS,
/// Outputs a byte, word or double word from ES:[e]DI to the port specified by DX,
/// incrementing or decrementing [e]DI as per the current EFLAGS DF flag.]
/// incrementing or decrementing [e]DI as per the current EFLAGS DF flag.
OUTS,
/// Pushes all general purpose registers to the stack, in the order: