forked from iromero91/PMAS
-
Notifications
You must be signed in to change notification settings - Fork 1
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
56486b0
commit 4bbef11
Showing
5 changed files
with
77 additions
and
55 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 |
---|---|---|
|
@@ -3,9 +3,12 @@ __pycache__ | |
cpu/pm | ||
|
||
obj | ||
out | ||
*.min | ||
*.sym | ||
pmas | ||
pmdis | ||
pmas.exe | ||
pmdis.exe | ||
|
||
.vscode/c_cpp_properties.json |
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
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,15 +1,21 @@ | ||
Pika Macro ASsembler | ||
by darkfader | ||
originally by darkfader | ||
|
||
A simple 2-pass assembler with a customizable instruction set. | ||
|
||
Executables: | ||
pmas assembler | ||
pmdis disassembler (not maintained anymore) | ||
pmdis disassembler | ||
|
||
Further information: | ||
test/readme.S a quick reference of directives and required syntax | ||
cpu/*.s CPU specific stuff | ||
cpu/**.s CPU specific stuff | ||
|
||
Changelog: | ||
|
||
v1.0 | ||
add support for S1C88 ops | ||
change CPU system a bit | ||
consistency improvements for minx (original) target | ||
get disassembler building again | ||
add `make bundle` command |
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
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