Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Prepare first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Aug 1, 2020
1 parent 54240c0 commit c3e14d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## 0.1.0

- Initial version! This is intended to be a (_mostly_) faithful implementation
- Initial version. This is intended to be a (_mostly_) faithful implementation
of an emulator for the [ARMv4T instruction set][], written in Dart, to be used
for a Gameboy Advance Emulator, as a standalone library (and binary). See the
[README](./README.md) for details.

- **WARNING**: There are [known issues][]! This is an alpha-quality package that
is not expected to be stable until it reaches `1.0.0`, though early usage and
feedback is welcome.

[armv4t instruction set]: https://developer.arm.com/docs/dvi0025/latest/arm922t-with-ahb-system-on-chip-platform-os-processor/the-armv4t-architecture/the-armv4t-instruction-sets
[known issues]: https://github.com/matanlurey/armv4t.dart/issues
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ An emulator for the [ARMv4T instruction set][], written in Dart.

Emulator and related components necessary to load and execute ARMv4T programs.

### `debug.dart`

Components specific to aid debugging.

### `decode.dart`

Contains classes and data structures for decoding (and in some cases, encoding)
Expand Down
4 changes: 0 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ dev_dependencies:
path: ^1.7.0
test: ^1.15.0
test_coverage: ^0.4.1

executables:
debug:
disassemble:
File renamed without changes.
File renamed without changes.

0 comments on commit c3e14d3

Please sign in to comment.