1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Aligned comment.

This commit is contained in:
greg-king5 2020-03-26 22:54:58 -04:00
parent 3e12840933
commit 4ea2bfef0a

View File

@ -114,7 +114,7 @@ typedef enum {
OP65_SED,
OP65_SEI,
OP65_STA,
OP65_STP, /* 65c02, 65816 stop */
OP65_STP, /* 65c02, 65816 stop */
OP65_STX,
OP65_STY,
OP65_STZ,