Skip to content

Releases: cdm-processors/cdm-devkit

Release 0.2.3

Choose a tag to compare

@github-actions github-actions released this 29 Mar 16:28

What's Changed

  • Handle all shared externals and top instructions by @kapkekes in #94
  • Add support for Von Neumann architecture to logisim-runner by @Intelix8996 in #96
  • Fix section concatination by @cjvth in #97
  • Add new string handling and .o file extension to master by @aelsi2 in #101
  • Loosen restrictions on dots in names in cocas by @aelsi2 in #102
  • Fix CdM-16 int and reset operand ranges in cocas by @aelsi2 in #103
  • Handle ValueError when parsing string escape code in cocas by @aelsi2 in #104

New Contributors

Full Changelog: 0.2.2...0.2.3

Release 0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Feb 20:01

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

Release 0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Sep 18:37

What's Changed

Full Changelog: 0.2.0...0.2.1

Release 0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 21:28
41d25a6

What's Changed

New Contributors

Full Changelog: 0.1.3...0.2.0

Release 0.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Mar 10:04

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

Release 0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Mar 11:33
abbfc4f

What's Changed

  • Fix jsr instruction in CdM-16 by @Intelix8996 and @cjvth in #22
  • Fix complex conditions and branches with immediates, add fp handling for cocas by @cjvth in #26
  • Rework immediate value handling, fix push instruction in CdM-16 by @Intelix8996 and @cjvth in #28

Full Changelog: 0.1.1...0.1.2

Release 0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Feb 06:51
1c20b54

What's Changed

  • Implement CdM-16 startup sequence by @Intelix8996 in #19
  • Add automatic image loading to logisim-banked-memory by @miqqra in #18
  • Fix if/while/until, add align directive and branch optimization for CdM-16 target by @cjvth in #16
  • Fix CdM-16 syntax highlighting by @NikitaTrTr in #17

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 22:34
c12e550

First working release that can be used properly.

Contains:

  • Processors:
    • CdM-8e
    • CdM-16
  • Logisim libraries:
    • logisim-banked-memory
  • CLI Programs:
    • cocas