Skip to content

Commit

Permalink
Reduce ambiguity in documentation over characters
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Aug 20, 2023
1 parent 8752275 commit 6b2fa7f
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 216 deletions.
4 changes: 2 additions & 2 deletions Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public enum StatusFlags
{ ("WCX", new OperandType[1] { OperandType.Address }), 0xCA },
{ ("WCX", new OperandType[1] { OperandType.Pointer }), 0xCB },

// WCC (Write Byte to Console as Character)
// WCC (Write Raw Byte to Console)
{ ("WCC", new OperandType[1] { OperandType.Register }), 0xCC },
{ ("WCC", new OperandType[1] { OperandType.Literal }), 0xCD },
{ ("WCC", new OperandType[1] { OperandType.Address }), 0xCE },
Expand All @@ -297,7 +297,7 @@ public enum StatusFlags
{ ("WFX", new OperandType[1] { OperandType.Address }), 0xDA },
{ ("WFX", new OperandType[1] { OperandType.Pointer }), 0xDB },

// WFC (Write Byte to Open File as Character)
// WFC (Write Raw Byte to Open File)
{ ("WFC", new OperandType[1] { OperandType.Register }), 0xDC },
{ ("WFC", new OperandType[1] { OperandType.Literal }), 0xDD },
{ ("WFC", new OperandType[1] { OperandType.Address }), 0xDE },
Expand Down
Binary file modified Documentation/Language.docx
Binary file not shown.
Loading

0 comments on commit 6b2fa7f

Please sign in to comment.