Commit Graph

159 Commits

Author SHA1 Message Date
g012 31cccce3e1 [NES] Added UNROM-512 mapper and sample 2024-04-11 14:46:37 +02:00
g012 5f71b92bcd Converted line endings in VIM files to unix 2024-03-23 16:25:23 +01:00
g012 29f5666b20 Added build.zig to cross compile
Warning: currently you need to edit ConfigHeader.zig in Zig's std
library, and comment "try output.appendSlice(c_generated_line);"
2024-03-12 16:01:12 +01:00
g012 0a65af8621
Merge pull request #3 from BlockoS/master
Fixed jr range check.
2024-03-01 13:08:46 +01:00
g012 990b30f410
Merge pull request #2 from maraflush/master
some new nes samples
2019-06-09 21:05:12 +02:00
maraflush e57aee36bd nes samples :
- show anametable
- show a 8x8 pixels sprite
- show the metasprites
2019-06-09 08:11:02 -07:00
MooZ 8ade3f3fd4 Fixed jr range check. 2019-04-10 21:37:48 +02:00
g012 5105f8bd8d
Merge pull request #1 from BlockoS/master
Added support for µPD7801
2018-11-21 21:25:29 +01:00
mooz 52a5777949 Use l7801 extension for µPD7801 compiler. 2018-11-21 21:21:07 +01:00
mooz f2ab52c0ae Added Plogue uPD1771C Tester by David Viens (@plgDavid). 2018-11-19 23:16:33 +01:00
mooz fa59803eeb Fixed JR instruction. 2018-11-19 23:15:46 +01:00
mooz 8f5e37dd82 Added install configuration. 2018-11-19 19:18:44 +01:00
mooz 18faa0ba34 Fixed cmake invokation in appveyor configuration file. 2018-11-19 19:00:37 +01:00
mooz d6254b2ca3 Fixed extension. 2018-11-19 18:53:02 +01:00
mooz 7bfb04cf86 Added appveyor configuration file. 2018-11-19 18:39:09 +01:00
mooz ae99514183 Added standalone version of the uPD7801 compiler. 2018-11-18 22:13:04 +01:00
mooz 345f9d522d Added the last opcodes of 0x70xx. 2018-11-18 00:10:32 +01:00
mooz c42546e483 Fixed opcode size. 2018-11-17 23:43:03 +01:00
mooz ec56b7b504 Added MOV r8,(hhll) instructions. 2018-11-17 23:40:10 +01:00
mooz b47f3ebb99 Added MOV (hhll),R8 instructions. 2018-11-17 23:17:09 +01:00
mooz bac144896a Added SSPD, LSPD, SBCD, LBCD, SDED, LDED, SHLD and LHLD instructions. 2018-11-17 22:30:07 +01:00
mooz b9fc343548 Added 0x74xx instructions. 2018-11-17 18:58:07 +01:00
mooz 08086d222e Added 0x64xx instructions. 2018-11-16 23:31:48 +01:00
mooz a2e44ae24a Added ANA, XRA, ORA, ADDNC, GTA, SUBNB, LTA, ADD, ADC, SUB, NEA, SBB, EQA, ONA, OFFA instructions. 2018-11-15 21:46:34 +01:00
mooz db038e29e5 Added 0x4dxx MOV instructions. 2018-11-15 19:44:13 +01:00
mooz 0d66e70a69 Added 0x4Cxx MOV instructions. 2018-11-15 19:25:57 +01:00
mooz c09a04964a Added IN and OUT instructions. 2018-11-12 23:27:09 +01:00
mooz 283c4256f5 Added SKIT, SKNIT, RLL, RLR, SKC, SKZ, SKNC and SKNZ. 2018-11-11 23:31:52 +01:00
mooz 711fe67574 PUSH V and POP V were changed to PUSH VA and POP VA. 2018-11-11 22:29:06 +01:00
mooz 636b5297c1 Added PUSH and POP. 2018-11-11 22:26:30 +01:00
mooz 77b69902c2 Added LDAX+, LDAX-, STAX+ and STAX- (renamed ldaxi, ldaxd, staxi, staxd). 2018-11-11 15:54:56 +01:00
mooz fe3cdabf4f Added MVWI and EQIW instructions. 2018-11-11 01:04:16 +01:00
mooz b9a9b9027d Added LDAX and STAX instructions. 2018-11-10 21:41:42 +01:00
mooz 09a45eaffb Added MVIX instruction. 2018-11-10 17:48:14 +01:00
mooz 93ffdf28dd Added DCX and INX instructions. 2018-11-10 17:15:00 +01:00
mooz b04ff787d4 Added BITx instructions. 2018-11-10 17:03:38 +01:00
mooz 4ef0a69e8e Added INRW, LDAW, DCRW and STAW instructions. 2018-11-10 14:22:38 +01:00
mooz f917afff6a Added JRE instruction. 2018-11-10 12:50:03 +01:00
mooz 2d96e4e1d2 Added MOV (8 bits version) instruction. 2018-11-10 00:23:56 +01:00
mooz 6708ddaecc Added and tested a bunch of opcodes. 2018-11-09 23:40:05 +01:00
mooz 6fc00c2b63 Fixed table opcode. 2018-11-09 21:55:21 +01:00
mooz 6efbd07034 Added 16 bits implied instructions (ei, di, etc...). 2018-11-09 19:04:44 +01:00
mooz 564746133a Added LXI instruction. 2018-11-08 01:11:17 +01:00
mooz 6fafc034a0 Added support for single register addressing. 2018-11-07 22:42:48 +01:00
mooz e56a44afa9 Added CALF instruction. 2018-11-07 20:28:48 +01:00
mooz f8ad543033 first uPD7801 assembler tests. 2018-11-06 00:29:27 +01:00
mooz d5c53b2f01 op_eval_byte and op_eval_word are now arch specific. 2018-11-04 23:12:28 +01:00
mooz e88b89cd01 Started working adding uPD7801 2018-11-04 22:52:47 +01:00
mooz 662ef74b53 Moved architecture independent code to asm.lua 2018-11-03 17:16:17 +01:00
g012 9c576ef774 [NES] Revamped and tested all GxROM PRG bank switching, and added a sample.
Added asserts in 6502.lua.
2018-01-03 20:34:09 +01:00