Skip to content

Releases: hspaans/python-6502-emulator

v0.0.4

18 Mar 00:35
dbd1b5c

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

What's Changed

  • Enhance documentation and add new instructions for CPU flags by @hspaans in #58

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Mar 23:37
ed13e25

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

What's Changed

  • Add register transfer operations and tests for TAX, TAY, TXA, TYA by @hspaans in #57

Full Changelog: v0.0.2...v0.0.3

v0.0.2

16 Mar 03:25
6e25693

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

What's Changed

  • Add documentation and tests for increment and decrement operations in 6502 emulator by @hspaans in #56

Full Changelog: v0.0.1...v0.0.2

v0.0.1

15 Mar 14:02
0e48f9f

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

What's Changed

  • Bump github/super-linter from 4.8.4 to 4.8.5 by @dependabot[bot] in #1
  • Initial code for 6502 by @hspaans in #3
  • Create codeql-analysis.yml by @hspaans in #4
  • Updating examples by @hspaans in #5
  • Add security policy by @hspaans in #2
  • Correcting unit tests and code by @hspaans in #7
  • Adding memory operations by @hspaans in #6
  • Set and Clear, and Miscellaneous by @hspaans in #8
  • Bump actions/setup-python from 2 to 3 by @dependabot[bot] in #9
  • Bump actions/checkout from 2 to 3 by @dependabot[bot] in #10
  • Bump github/codeql-action from 1 to 2 by @dependabot[bot] in #11
  • Correcting dotfiles support by @hspaans in #12
  • Implement Increment and Decrement instructions by @hspaans in #13
  • Implement Load and Store instructions by @hspaans in #14
  • Implementing Register Transfers instructions by @hspaans in #15
  • Bump actions/setup-python from 3 to 4 by @dependabot[bot] in #18
  • Switching back to default open-pull-request-limit by @hspaans in #19
  • Adding job for Dependency Review by @hspaans in #17
  • Bump actions/dependency-review-action from 2 to 3 by @dependabot[bot] in #20
  • Fix to support Flake8 v6.0.0+ by @hspaans in #21
  • Python 3.11 by @hspaans in #22
  • Implement Stack Operations by @hspaans in #16
  • Add support for Tox 4 by @hspaans in #23
  • Adding yamllint step to testenv by @hspaans in #24
  • Split Dependency Review to seperate file by @hspaans in #25
  • Bump actions/checkout from 3 to 4 by @dependabot[bot] in #27
  • Update devcontainer configuration and CI workflow by @hspaans in #28
  • Add Wiki workflow for syncing wiki content by @hspaans in #29
  • Bump the github-actions group with 1 update by @dependabot[bot] in #31
  • Bump the github-actions group with 1 update by @dependabot[bot] in #32
  • Delete .gitattributes by @hspaans in #33
  • Bump the github-actions group with 1 update by @dependabot[bot] in #34
  • Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #49
  • Bump actions/setup-python from 5 to 6 in the github-actions group by @dependabot[bot] in #50
  • Bump github/codeql-action from 3 to 4 in the github-actions group by @dependabot[bot] in #51
  • Rename workflow to 'CodeQL Advanced' by @hspaans in #52
  • Bump the github-actions group with 2 updates by @dependabot[bot] in #54
  • Bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #55
  • Refactor CPU instruction tests and enhance development setup by @hspaans in #53

New Contributors

Full Changelog: https://github.com/hspaans/python-6502-emulator/commits/v0.0.1