1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-01 04:41:41 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Juraj Borza
c9f2a3796f
Update README.md 2019-04-15 19:38:43 +02:00
jborza
5000f27a0f TXA, TAX, TYA, TAY tests 2019-04-15 19:36:53 +02:00
jborza
f1e79589f3 tests for INX, INY, DEX, DEY 2019-04-14 23:41:15 +02:00
jborza
c8824992c6 implemented TAX,TXA,TAY,TYA, DEX, DEY, INX, INY 2019-04-14 23:40:53 +02:00
jborza
c034141ee5 STX, STY + tests 2019-04-14 23:05:37 +02:00
jborza
43d3d11f31 LDY instruction + tests 2019-04-14 22:20:32 +02:00
jborza
d0af0057b7 LDX implementation 2019-04-14 22:04:16 +02:00
jborza
bcf8632cbc added tests for LDX 2019-04-14 22:01:32 +02:00
jborza
52ebab7f50 implemented LDX instructions 2019-04-14 21:55:19 +02:00
jborza
4bfeb62112 AND_INDX and AND_INDY implemented 2019-04-14 21:25:23 +02:00
jborza
8dcea919ed AND instructions and tests 2019-04-14 20:45:24 +02:00
jborza
555568c10b added stubs for missing instructions to cpu 2019-04-14 15:15:15 +02:00
jborza
6dfa71c5dc fixed ORA_INDX and ORA_INDY 2019-04-14 15:08:29 +02:00
jborza
0d63342137 opcode and disassembler generatory (python) 2019-04-14 15:07:28 +02:00
jborza
6cd265c578 complete set of opcodes in header and disassembler 2019-04-14 15:07:14 +02:00
jborza
babb1fc507 Merge branch 'master' of https://github.com/jborza/emu6502 2019-04-14 14:15:19 +02:00
jborza
9f18c3ad71 Added tests for ORA instructions 2019-04-14 14:15:11 +02:00
Juraj Borza
1cda0aba82 Update azure-pipelines.yml for Azure Pipelines - run test 2019-04-14 13:29:54 +02:00
jborza
21320d66f7 Merge branch 'master' of https://github.com/jborza/emu6502 2019-04-14 13:24:08 +02:00
jborza
da24007a36 code cleanup 2019-04-14 13:24:02 +02:00
Juraj Borza
8cc0f850cd Set up CI with Azure Pipelines - vm image to win2019
[skip ci]
2019-04-14 13:00:37 +02:00
Juraj Borza
4a5c0dae24 Update azure-pipelines.yml for Azure Pipelines (platform) 2019-04-14 12:50:25 +02:00
Juraj Borza
dc94c7235c Set up CI with Azure Pipelines
[skip ci]
2019-04-14 12:42:10 +02:00
jborza
65f7f959f9 introduced test6502 module for tests 2019-04-14 12:39:56 +02:00
jborza
c4cdce70c5 gitignore + vs2019 solution 2019-04-14 12:37:17 +02:00
jborza
8f218de40d re-enabled tests 2019-04-14 11:55:35 +02:00
jborza
d4bbfaba95 LDA_INDX and LDA_INDY implementation + test 2019-04-14 11:49:24 +02:00
jborza
9dff007767 test refactoring 2019-04-14 11:04:24 +02:00
jborza
2c518df57f LDA ABS test 2019-04-14 11:01:10 +02:00
jborza
f47fed9d33 LDA + simple tests 2019-04-14 10:57:25 +02:00
jborza
686ba9b601 ORA indirect 2019-04-14 09:38:09 +02:00
jborza
b7b199129d testing machine code, ORA 2019-04-14 01:51:50 +02:00
jborza
8ddf9bf8ff fixed word output in disassembler 2019-04-14 01:50:46 +02:00
jborza
8b46ab4537 added opcodes definition, initial disassembler 2019-04-14 00:33:20 +02:00
jborza
c3e475ae83 initial emulation 2019-04-13 23:59:48 +02:00
Juraj Borza
35947378da
Create README.md 2019-04-13 22:11:48 +02:00
jborza
74329b3221 Merge branch 'master' of https://github.com/jborza/emu6502 2019-04-13 22:10:24 +02:00
Juraj Borza
10e82a76e8
Initial commit 2019-04-13 22:07:31 +02:00
jborza
c23477e32c emulator shell 2019-04-13 22:00:37 +02:00
jborza
f248625163 naming conventions + types 2019-04-13 10:28:57 +02:00
jborza
d0230f435c cpu state definition 2019-04-13 10:02:18 +02:00