@@ -272,7 +272,7 @@ public enum StatusFlags
272
272
{ ( "WCX" , new OperandType [ 1 ] { OperandType . Address } ) , 0xCA } ,
273
273
{ ( "WCX" , new OperandType [ 1 ] { OperandType . Pointer } ) , 0xCB } ,
274
274
275
- // WCC (Write Byte to Console as Character )
275
+ // WCC (Write Raw Byte to Console)
276
276
{ ( "WCC" , new OperandType [ 1 ] { OperandType . Register } ) , 0xCC } ,
277
277
{ ( "WCC" , new OperandType [ 1 ] { OperandType . Literal } ) , 0xCD } ,
278
278
{ ( "WCC" , new OperandType [ 1 ] { OperandType . Address } ) , 0xCE } ,
@@ -297,7 +297,7 @@ public enum StatusFlags
297
297
{ ( "WFX" , new OperandType [ 1 ] { OperandType . Address } ) , 0xDA } ,
298
298
{ ( "WFX" , new OperandType [ 1 ] { OperandType . Pointer } ) , 0xDB } ,
299
299
300
- // WFC (Write Byte to Open File as Character )
300
+ // WFC (Write Raw Byte to Open File)
301
301
{ ( "WFC" , new OperandType [ 1 ] { OperandType . Register } ) , 0xDC } ,
302
302
{ ( "WFC" , new OperandType [ 1 ] { OperandType . Literal } ) , 0xDD } ,
303
303
{ ( "WFC" , new OperandType [ 1 ] { OperandType . Address } ) , 0xDE } ,
0 commit comments