Commit Graph

6 Commits

Author SHA1 Message Date
Simon Owen 215b5758f5 Changes for the switch from SubVersion to git
- Fixed line endings of all text files
- Set executable bit on m.bat
- Added basic .gitignore
2010-02-06 02:30:29 +00:00
Simon Owen 6d9b0f4f0d Moved opcode table from &b000 to &c000 2008-09-05 16:48:27 +00:00
Simon Owen c571f7dd59 - Fixed BRK flags (clear D, set I, N/Z set from wrong EXX set)
- Added Applesoft BASIC [Lite] and Lee Davidson's Enhanced BASIC
- First byte of emulator at &9000 appears to be ROM (for Applesoft BASIC)
- Terminal output now supports lower-case characters (for Enhanced BASIC)
- Updated Ken Wessen's BASIC+Krusader assembler to v1.3
2008-09-05 10:58:10 +00:00
Simon Owen 0c9415424b Duplicated branch code for i_bra_ex, to avoid fiddle needed to fit EX AF,AF' for bcc/bcs. 2008-08-27 10:02:59 +00:00
Simon Owen b1c8dcedee - fixed TRB, which was testing the wrong register (Dr Beep)
- changed BIT #imm to only set Z flag (Jimmy)
- switched to fixed 65C02 version of JMP imm, which spans pages correctly
2008-08-27 09:35:21 +00:00
Simon Owen 9c1c46c9d7 Added opcode definitions and implementation. 2008-08-26 22:19:54 +00:00