Carl-Henrik Skårstedt
|
b3d9b40563
|
push/pull symbols and strings with directiv
|
2020-01-09 16:01:16 -08:00 |
|
Carl-Henrik Skårstedt
|
a9347175a9
|
push/pull symbols and strings with directiv
|
2020-01-09 16:01:16 -08:00 |
|
Carl-Henrik Skårstedt
|
12e158d637
|
Fixed scoped labels turning into local labels and expiring when endscope is encountered
|
2020-01-08 18:59:06 -08:00 |
|
Carl-Henrik Skårstedt
|
42c45b0fe9
|
Fixed scoped labels turning into local labels and expiring when endscope is encountered
|
2020-01-08 18:59:06 -08:00 |
|
Carl-Henrik Skårstedt
|
a3f8a7cf44
|
ca65 uses import/export instead of xref/xdef, section export is not available in this case
|
2020-01-08 17:04:42 -08:00 |
|
Carl-Henrik Skårstedt
|
40512e1b64
|
ca65 uses import/export instead of xref/xdef, section export is not available in this case
|
2020-01-08 17:04:42 -08:00 |
|
Carl-Henrik Skårstedt
|
66bdac5079
|
fixed IFDEF/IFNDEF, added partial support for CA65 style SCOPE, fixed -endm style macro parsing.
|
2020-01-08 14:38:29 -08:00 |
|
Carl-Henrik Skårstedt
|
e192c25b62
|
fixed IFDEF/IFNDEF, added partial support for CA65 style SCOPE, fixed -endm style macro parsing.
|
2020-01-08 14:38:29 -08:00 |
|
Carl-Henrik Skårstedt
|
6e4be1504d
|
Adding an immediate mode version of BRK since the IRQ will treat it as a two byte instruction
|
2019-11-03 20:34:02 -08:00 |
|
Carl-Henrik Skårstedt
|
0a31631946
|
Adding an immediate mode version of BRK since the IRQ will treat it as a two byte instruction
|
2019-11-03 20:34:02 -08:00 |
|
Carl-Henrik Skårstedt
|
963d1925cc
|
changed PEI to zp instead of zp rel
|
2019-11-03 20:13:28 -08:00 |
|
Carl-Henrik Skårstedt
|
155480f71b
|
changed PEI to zp instead of zp rel
|
2019-11-03 20:13:28 -08:00 |
|
Carl-Henrik Skårstedt
|
c234531d69
|
Fixed various issues with linking sections, seemingly broke macros in some way but common usage is fine.
|
2019-10-27 18:09:48 -07:00 |
|
Carl-Henrik Skårstedt
|
45085d75c5
|
Fixed various issues with linking sections, seemingly broke macros in some way but common usage is fine.
|
2019-10-27 18:09:48 -07:00 |
|
Carl-Henrik Skårstedt
|
019e8d7ae9
|
Making sure branch out of range error is propagated in late eval
|
2019-10-18 00:01:19 -07:00 |
|
Carl-Henrik Skårstedt
|
d646aecafc
|
Making sure branch out of range error is propagated in late eval
|
2019-10-18 00:01:19 -07:00 |
|
Carl-Henrik Skårstedt
|
20a8a134ca
|
Updating binaries
|
2019-10-17 15:57:43 -07:00 |
|
Carl-Henrik Skårstedt
|
2243803116
|
Fixed macro issue that defines a label ending with :
|
2019-10-17 15:53:28 -07:00 |
|
Carl-Henrik Skårstedt
|
82de8674a2
|
Fixed macro issue that defines a label ending with :
|
2019-10-17 15:53:28 -07:00 |
|
Carl-Henrik Skårstedt
|
d5080e925d
|
more testing and fixing of partial expressions
|
2019-10-17 00:16:55 -07:00 |
|
Carl-Henrik Skårstedt
|
e7c928359a
|
more testing and fixing of partial expressions
|
2019-10-17 00:16:55 -07:00 |
|
Carl-Henrik Skårstedt
|
7521d31514
|
debug output for partial late eval, seems ok, can integrate with more testing
|
2019-10-16 18:33:17 -07:00 |
|
Carl-Henrik Skårstedt
|
326e579a90
|
debug output for partial late eval, seems ok, can integrate with more testing
|
2019-10-16 18:33:17 -07:00 |
|
Carl-Henrik Skårstedt
|
33b229d00a
|
Fixing 16 vs 8 bit immediate load issue (again)
|
2019-09-20 18:20:30 -07:00 |
|
Carl-Henrik Skårstedt
|
ed876e0995
|
Fixing 16 vs 8 bit immediate load issue (again)
|
2019-09-20 18:20:30 -07:00 |
|
Carl-Henrik Skårstedt
|
6e8a41acc1
|
removing WDC 65816 specific syntax for non-65816 cpus to maintain code.
|
2019-09-19 22:06:11 -07:00 |
|
Carl-Henrik Skårstedt
|
4c1a309c31
|
removing WDC 65816 specific syntax for non-65816 cpus to maintain code.
|
2019-09-19 22:06:11 -07:00 |
|
Carl-Henrik Skårstedt
|
de0bc5120f
|
Fixed 16 bit immediate mode, tweaked unit tests, added |/! as WDC syntax for absolute addressing
|
2019-09-19 21:07:04 -07:00 |
|
Carl-Henrik Skårstedt
|
ed188ea42b
|
Fixed 16 bit immediate mode, tweaked unit tests, added |/! as WDC syntax for absolute addressing
|
2019-09-19 21:07:04 -07:00 |
|
Carl-Henrik Skårstedt
|
482470b410
|
Starting WDC syntax support, adding unit test to repo.
|
2019-09-19 18:50:30 -07:00 |
|
Carl-Henrik Skårstedt
|
1cf3546460
|
Starting WDC syntax support, adding unit test to repo.
|
2019-09-19 18:50:30 -07:00 |
|
Carl-Henrik Skårstedt
|
23aedcf686
|
Fix for bug #1
Force absolute addressing failed when presented with a known long address.
|
2019-09-18 12:16:58 -07:00 |
|
Carl-Henrik Skårstedt
|
ce950ff513
|
Fix for bug #1
Force absolute addressing failed when presented with a known long address.
|
2019-09-18 12:16:58 -07:00 |
|
Carl-Henrik Skårstedt
|
da015f3e1c
|
Missing addressing mode for lax
|
2019-09-08 00:27:10 -07:00 |
|
Carl-Henrik Skårstedt
|
df820f689a
|
Missing addressing mode for lax
|
2019-09-08 00:27:10 -07:00 |
|
Carl-Henrik Skårstedt
|
4670be0ce1
|
Adding a structure to hold one unit of source level debugging
|
2019-09-06 18:02:18 -07:00 |
|
Carl-Henrik Skårstedt
|
6ab15d0c24
|
Adding a structure to hold one unit of source level debugging
|
2019-09-06 18:02:18 -07:00 |
|
Carl-Henrik Skårstedt
|
efacecf701
|
Adding 64TASS list/labels output files for no reason.
|
2019-09-03 17:10:48 -07:00 |
|
Carl-Henrik Skårstedt
|
627de5a2bd
|
Adding 64TASS list/labels output files for no reason.
|
2019-09-03 17:10:48 -07:00 |
|
Carl-Henrik Skårstedt
|
4c3c1654fb
|
Fix for -DLabel=value option
|
2019-03-13 12:08:21 -07:00 |
|
Carl-Henrik Skårstedt
|
e4a5d142bf
|
Fix for -DLabel=value option
|
2019-03-13 12:08:21 -07:00 |
|
Carl-Henrik Skårstedt
|
cfb2d1a8d8
|
Fixed exporting code to addresses below the stack
|
2018-10-20 18:33:19 -07:00 |
|
Carl-Henrik Skårstedt
|
09ddc2d9fa
|
Fixed exporting code to addresses below the stack
|
2018-10-20 18:33:19 -07:00 |
|
Carl-Henrik Skårstedt
|
ab2015fc3d
|
Can evaluate characters by single quote '?'
|
2018-10-15 00:16:44 -07:00 |
|
Carl-Henrik Skårstedt
|
e718c5bb8f
|
Can evaluate characters by single quote '?'
|
2018-10-15 00:16:44 -07:00 |
|
Carl-Henrik Skårstedt
|
eae936dd6a
|
swithcing back to vs2015
|
2018-02-20 13:40:57 -08:00 |
|
Carl-Henrik Skårstedt
|
3ed4e1f1b1
|
swithcing back to vs2015
|
2018-02-20 13:40:57 -08:00 |
|
Carl-Henrik Skårstedt
|
4285a14801
|
fixing import with file offset
|
2018-02-20 13:30:32 -08:00 |
|
Carl-Henrik Skårstedt
|
edef768c10
|
fixing import with file offset
|
2018-02-20 13:30:32 -08:00 |
|
Carl-Henrik Skårstedt
|
b16edcd592
|
Fixed a couple of linker related bugs
did not have any effect, link directive doesn't do what I expect,
probably need to clean up the linker portion.
|
2017-09-24 22:36:42 -07:00 |
|