Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kroc committed Jul 1, 2024
1 parent 28d67f7 commit 62d1c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ _v80_ is assembled as a generic CP/M binary that should run on any Z80-based, CP

## Change History

### 2024/7/1: v0.1.3

In a spectacular case of not seeing the woods for the trees, the expression parser wasn't evaluating anything more than a single operator and ignoring the rest of the expression. Unary operators were also not working due to expected registers changing at some point.

v80 now assembles itself byte-for-byte compared to the WLA-DX version meaning there should be no more surprise bug-fix releases, and a v80 version of v80 will be coming with v1.0!

### 2024/7/1: v0.1.2

- Square brackets allowed as alternatives to parenthesis
Expand Down
2 changes: 1 addition & 1 deletion wla/cpm.wla
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ osBoot:
jp main ; we will not return from here!

;-----------------------------------------------------------------------
@banner .BYTE CHAR_COMMENT, " v80 CP/M v0.1.2 - github.com/kroc/v80\r\n"
@banner .BYTE CHAR_COMMENT, " v80 CP/M v0.1.3 - github.com/kroc/v80\r\n"
.BYTE CHAR_COMMENT, " (C) Kroc Camen 2023-2024, MIT License", 0

;=======================================================================
Expand Down

0 comments on commit 62d1c8b

Please sign in to comment.