Skip to content

Commit 17d2c66

Browse files
committed
Changes/fixes for 1.5.2 -- see CHANGELOG
1 parent 94e6cc7 commit 17d2c66

13 files changed

Lines changed: 788 additions & 381 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ out
22
node_modules
33
.DS_Store
44
obj/
5-
.tsconfig.tsbuildinfo
5+
tsconfig.tsbuildinfo

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# RPW 65 Changelog
22

3+
### [1.5.2] - 2025-04-14
4+
5+
#### Added:
6+
* All: Add base srcDir to include path search
7+
* CA65: Anonymous .enum parsing, implicit values
8+
* CA65: Symbol size prefix parsing
9+
10+
#### Fixed:
11+
* All: MVN and MVP expression parsing
12+
* All: COP param parsing when # is missing
13+
* All: Tracking of macro file indexes
14+
* All: "jsr (symbol,x)" addressing when symbol is imported
15+
* CA65: Multiple .export parsing
16+
317
### [1.5.1] - 2025-04-07
418

519
#### Fixed:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Sean Callahan",
66
"publisher": "seanahan5000",
77
"license": "MIT",
8-
"version": "1.5.1",
8+
"version": "1.5.2",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/seanahan5000/rpw-ext.git"

0 commit comments

Comments
 (0)