Automated assemble script [Batch] #625
Pokeman2003
started this conversation in
Show and tell
Replies: 4 comments 8 replies
-
This might prevent the usage of this script |
Beta Was this translation helpful? Give feedback.
4 replies
-
You sure the file is correct? |
Beta Was this translation helpful? Give feedback.
4 replies
-
The file in Pastebin doesn't make Windows' security to quarantee it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This comment will act as the aggregate for all older versions, if you need them for whatever reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi again. I made a batch file. Alternative Pastebin can be found here. Github also hosts it. It can take drag and drop folders and assemble them. It's very simple and easy to use thanks to the fact that it's LITERALLY a drag and drop file, and can automate multiple folders at once.
It expects to be placed in a folder with wla-dx installed, with no alteration to the executable names. It uses the numbering part of the executable and pairs it with the file extension to determine which assembler to use(so for 68000 assembly files, use .68000, while for Z80 files, use .z80). This should make it incredibly flexible for your needs.
It also supports a level of customizability. It can execute scripts before and after assembly/linking, and also accept external attempts to "pilot" the script via label jumps. Read the comments for more explanation.
If there's any issues or glitches, please let me know so I can fix it.
Beta Was this translation helpful? Give feedback.
All reactions