Skip to content

Commit 0d657d0

Browse files
committed
1.28 next
1 parent dd92c71 commit 0d657d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Version 1.26 \- fixed the parsing of the \-hvclm and \-hvcLm command line parame
203203

204204
Version 1.27 \- Thank you to Itay Chamiel for finding an OLD bug in atasm. Basically forward references that required an extra pass to resolve did not work. The issue has now been fixed. Broken since V1.08
205205

206-
Version 1.28 \- Trying to fix a parse error in a forward declared variable.
206+
Version 1.28 \- Fixed a parse error in a forward declared variable.
207207
The problem is that a forward declaration was given the value of $FFFF. Issue comes in if the variable is also given that value via x = $FFFF. At that point atasm does not know if its a forward declaration or a fixed assignment.
208208

209209
## Chapter 1: ATasm {#chapter-1}

VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ April 23, 2025
241241
The issue has now been fixed. Broken since V1.08
242242

243243
April 25, 2025
244-
version 1.28 - Trying to fix a parse error in a forward declared variable.
244+
version 1.28 - Fixed a parse error in a forward declared variable.
245245
The problem is that a forward declaration was given the value of $FFFF.
246246
Issue comes in if the variable is also given that value via x = $FFFF.
247247
At that point atasm does not know if its a forward declaration or a fixed assignment.

0 commit comments

Comments
 (0)