소스 검색

+ added comments for the 6502 revisions

Nikolay Nikolov 1 년 전
부모
커밋
c4f0f1a99f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/mos6502/cpuinfo.pas

+ 2 - 2
compiler/mos6502/cpuinfo.pas

@@ -88,8 +88,8 @@ Const
    ];
 
    cputypestr : array[tcputype] of string[13] = ('',
-     'MOS6502 rev.A',
-     'MOS6502 rev.B'
+     'MOS6502 rev.A',  { Pre-June 1976, doesn't support the ROR instruction }
+     'MOS6502 rev.B'   { After June 1976, the ROR instruction is added }
    );
 
    fputypestr : array[tfputype] of string[6] = (