Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
CHANGELOG: restore entries mangled by JetBrains/gradle-changelog-plug…
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Mar 4, 2023
1 parent 2305b09 commit b8e8395
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- macro calls: optional semantic highlighting ("rainbow colors")

### Fixed
- - support enclosed in `< ... >` for parameter containing `,` (`MESSAGE <"some text",10>`)
- macro call parameters
- support enclosed in `< ... >` for parameter containing `,` (`MESSAGE <"some text",10>`)
- support register lists (`PUSH D0/D3/A0-A2`)
- support control registers (`DFC`, `SFC`, `VBR`)
- "current PC" for `(*-1)` expression
Expand All @@ -27,7 +28,8 @@
- support `CPU32` directive
- support `FPU` directive
- support `OUTPUT` directive
- - macro call parameters
- support _Code | Move Element Left/Right_
- macro call parameters
- `CMPM`
- `DR` directive
- `IFC`/`IFNC` conditional assembly directive
Expand All @@ -38,7 +40,8 @@
- fix assertion via "Directives" reference documentation provider invoked on macro call [#44](https://github.com/YannCebron/m68kplugin/issues/44)

### Changed
- - conditional assembly/macro directives
- Improve _Edit | Extend/Shrink Selection_ for blocks inside
- conditional assembly/macro directives
- `DBcc` loops

## 0.1.4
Expand Down

0 comments on commit b8e8395

Please sign in to comment.