// // Copyright (c) Adrian Conlon. All rights reserved. // namespace EightBit { public enum RegisterIndex { IndexBC, IndexDE, IndexHL, } }