Skip to content

Commit 6b2fa7f

Browse files
committed
Reduce ambiguity in documentation over characters
1 parent 8752275 commit 6b2fa7f

File tree

5 files changed

+236
-216
lines changed

5 files changed

+236
-216
lines changed

Data.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public enum StatusFlags
272272
{ ("WCX", new OperandType[1] { OperandType.Address }), 0xCA },
273273
{ ("WCX", new OperandType[1] { OperandType.Pointer }), 0xCB },
274274

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

300-
// WFC (Write Byte to Open File as Character)
300+
// WFC (Write Raw Byte to Open File)
301301
{ ("WFC", new OperandType[1] { OperandType.Register }), 0xDC },
302302
{ ("WFC", new OperandType[1] { OperandType.Literal }), 0xDD },
303303
{ ("WFC", new OperandType[1] { OperandType.Address }), 0xDE },

Documentation/Language.docx

293 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)