-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5b7c79
commit af00ca2
Showing
4 changed files
with
225 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
[![forthebadge](https://forthebadge.com/images/badges/contains-tasty-spaghetti-code.svg)](https://forthebadge.com) | ||
# Jasm | ||
|
||
Jasm is a Java and Dalvik (coming soon™) assembler suit. | ||
|
||
## Usage | ||
To use Jasm, you can either use the CLI or integrate it into your application. | ||
|
||
For usage on the CLI, see [docs/usage/Cli.md](docs/usage/Cli.md). | ||
|
||
For language reference, see [docs/language/Basics.md](docs/language/Basics.md). and [docs/language/Syntax.md](docs/language/Syntax.md). |
Oops, something went wrong.