Commit Graph

68 Commits

Author SHA1 Message Date
Leeland Heins c70485fc8a
Fixes for assembling Michael Packard's code 2019-07-24 08:57:10 -05:00
Leeland Heins 353839f276
Bug fix for Immediate addressing mode 2019-02-21 08:33:07 -06:00
Leeland Heins b4f2434754
Added .word and fixed a couple bugs 2019-02-21 08:20:07 -06:00
Leeland Heins d6c2f4d123
Fix a bug for Accumulator mode identification. 2019-02-20 15:57:19 -06:00
Leeland Heins fbccd70b5b
Added .byte support, fixed a couple bugs. 2019-02-20 14:49:18 -06:00
Leeland Heins 7c9c746642
Added db support by Greg Hedger 2019-02-17 12:00:52 -06:00
Leeland Heins 4e237d269c
Bug fix for CMP Abs,X reported by Greg H. 2019-01-30 17:13:04 -06:00
Leeland Heins d2b8b51376
Added EDASM mode 2019-01-24 15:49:23 -06:00
Leeland Heins 6226af4eb1
Fix for ASC length noted by Greg Hedger 2019-01-07 12:31:22 -06:00
Leeland Heins cf50fede5c
More colorization & initial include support 2019-01-07 11:04:42 -06:00
Leeland Heins d4e6b2d757
Initial colorization support 2019-01-07 09:42:15 -06:00
Leeland Heins 78acc11765
Added error summary 2019-01-04 13:05:23 -06:00
Leeland Heins 47ca07151c
Fixes for newer Perl & parsing updates 2019-01-04 11:51:27 -06:00
Leeland Heins 278122625d
Parsing fix for Stanton examples 2019-01-02 10:45:51 -06:00
Leeland Heins c0580e6402
Fixes for Stanton examples 2019-01-02 10:11:02 -06:00
Leeland Heins b3228fa2f9
Misc fixes to handle Stanton examples 2019-01-02 09:37:13 -06:00
Leeland Heins aeae825014
Bug fix to DA 2018-12-28 14:47:30 -06:00
Leeland Heins 88e61b8f22
Bug fix for DS 2018-12-28 14:16:01 -06:00
Leeland Heins 2db741e827
Bug fixes for macros 2018-12-28 13:27:44 -06:00
Leeland Heins 2037fe0c11
Initial macro implementation 2018-12-28 13:18:17 -06:00
Leeland Heins a96df8db2f
Start of macro implementation 2018-12-28 09:41:33 -06:00
Leeland Heins 8857cddc31
Fixed bug in binary parsing 2018-12-27 19:39:22 -06:00
Leeland Heins 39268a0a64
Added symbol arithmatic for EQU 2018-12-27 14:40:25 -06:00
Leeland Heins 9a6b8b73e0
Added parse ASCII to Immediate 2018-12-27 14:03:12 -06:00
Leeland Heins ec8a503f5c
Fixed immediate mode bugs 2018-12-27 13:57:10 -06:00
Leeland Heins 8cde8f4a17
Fixed parsing bug 2018-12-27 13:03:19 -06:00
Leeland Heins aa6817eb45
Added DB and DA pseudo-ops. 2018-12-27 10:42:09 -06:00
Leeland Heins 565e67f076
Fixed bug in Immediate mode 2018-12-21 14:52:42 -06:00
Leeland Heins 63c0277a26
Added DS & bug fixes 2018-12-21 14:32:22 -06:00
Leeland Heins 7da0931c9f
Fixed bugs in HEX and ASC 2018-12-21 09:23:25 -06:00
Leeland Heins f6dcaa682a
Fixed bug in addressing mode detection 2018-12-20 14:50:17 -06:00
Leeland Heins 6d14c3fdca
Fixed bug in symbol math 2018-12-20 13:19:19 -06:00
Leeland Heins efe0502705
Fixed bug in DFB 2018-12-20 12:50:37 -06:00
Leeland Heins d354fdd36c
Fixed bug in DFB 2018-12-20 12:24:41 -06:00
Leeland Heins b4598da69c
Fixed bug in generate_byte sub. 2018-12-20 11:33:48 -06:00
Leeland Heins 1152bcd84d
Initial version
Utility to format 6502 assembler source files for as65
2018-12-19 23:09:16 -06:00
Leeland Heins 1588103efb
Added DFB & binary operands 2018-12-19 22:02:20 -06:00
Leeland Heins 0cfdf0c382
Fixed bug in listing 2018-12-19 13:55:11 -06:00
Leeland Heins 26ab25a410
Fixed bug in symbol parsing 2018-12-19 13:45:46 -06:00
Leeland Heins 2c4a35f31c
Fix parsing bug 2018-12-19 13:05:56 -06:00
Leeland Heins ec3aa37490
Added LST ignore 2018-12-19 12:22:52 -06:00
Leeland Heins 1ad93515af
Fixed parsing errors 2018-12-19 10:36:44 -06:00
Leeland Heins 67840c5ad6
Parsing fixes for ASC 2018-12-19 09:57:12 -06:00
Leeland Heins 5f3789c651
Changes to source listing. 2018-12-19 07:57:51 -06:00
Leeland Heins cf580d3982
Made code listing more like Merlin 2018-12-19 07:52:28 -06:00
Leeland Heins f0cfa15324
Added CHK 2018-12-19 07:23:21 -06:00
Leeland Heins 015cc489a0
Added ASC pseudo mnemonic 2018-12-18 23:55:18 -06:00
Leeland Heins d51e3d399d
Bug fix to PHP 2018-12-18 23:35:10 -06:00
Leeland Heins 1ef4c78d7f
Added missing PHP and PLP instructions 2018-12-18 23:31:48 -06:00
Leeland Heins 0e8f3e5944
Fix address in HEX 2018-12-18 14:18:24 -06:00