From 4ea2bfef0a80b253d9af81677a524fd1ab1a8670 Mon Sep 17 00:00:00 2001 From: greg-king5 Date: Thu, 26 Mar 2020 22:54:58 -0400 Subject: [PATCH] Aligned comment. --- src/cc65/opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/opcodes.h b/src/cc65/opcodes.h index 8267d9550..bdb0c28a2 100644 --- a/src/cc65/opcodes.h +++ b/src/cc65/opcodes.h @@ -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,