Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pacav69 committed Oct 21, 2019
1 parent e23dfdb commit 0bfae47
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,25 @@ The following (relevant?) environment variables will be available in the make sc

# Pre/post-build


There's a way to execute custom scripts before/after the build.

## Variable | Info
:--|:--
`default_prebuild_path` | Full path to the `.bat` or `.sh` script file that will be executed __before__ the build.
`default_postbuild_path` | Full path to the `.bat` or `.sh` script file that will be executed __after__ the build. Useful for file compression etc.
* `default_prebuild_path` | Full path to the `.bat` or `.sh` script file that will be executed __before__ the build.

* `default_postbuild_path` | Full path to the `.bat` or `.sh` script file that will be executed __after__ the build. Useful for file compression etc.

# AcmeTooltips

# AcmeTooltips

This plugin makes working with Acme Assembler easier by displaying various helpful tooltip information. Tooltips database can be extended to provide more c64 related info. So far rudimentary help files with Acme Assembler directives, illegal opcodes, VIC registers and SID registers are ready. This plugin was added by Roman Dobosz (Gryf/Elysium) and Krzysztof Dabrowski (Brush/Elysium)

## Other documentation
navigate to Preferences/Package Settings/AcmeAssemblerC64 and select the Acme Quick Ref - this is a quick reference text on Acme Assembler.
65C02 Opcodes.html - right click and slect open in browser.
# Other documentation
Navigate to Preferences/Package Settings/AcmeAssemblerC64 and select the

* Acme Quick Ref - this is a quick reference text on Acme Assembler.

* 65C02 Opcodes.html - right click and slect open in browser.

# Configuration

Expand Down Expand Up @@ -120,3 +122,6 @@ Fork repo, make changes and submit pull requests.
# Local development

Just clone repo into Sublime package folder and you can test the package "live" during development.

This plugin was originally created by //Swoffa of Noice

0 comments on commit 0bfae47

Please sign in to comment.