https://github.com/yanncebron/m68kplugin
Motorola 68000 Series Assembly Language Support for IntelliJ-based IDEs
https://github.com/yanncebron/m68kplugin
68000 68k 68k-assembly assembler assembly-language intellij-idea intellijidea motorola-68000 retrocomputing vasm
Last synced: 4 months ago
JSON representation
Motorola 68000 Series Assembly Language Support for IntelliJ-based IDEs
- Host: GitHub
- URL: https://github.com/yanncebron/m68kplugin
- Owner: YannCebron
- License: apache-2.0
- Created: 2020-02-17T19:45:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:52:58.000Z (7 months ago)
- Last Synced: 2024-10-29T20:54:44.420Z (7 months ago)
- Topics: 68000, 68k, 68k-assembly, assembler, assembly-language, intellij-idea, intellijidea, motorola-68000, retrocomputing, vasm
- Language: Java
- Homepage: https://m68kplugin.yanncebron.com
- Size: 5.89 MB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/YannCebron/m68kplugin/actions/workflows/build.yml)
[](CODE_OF_CONDUCT.md)
[](https://plugins.jetbrains.com/plugin/17712)
[](https://plugins.jetbrains.com/plugin/17712)## Motorola 68000 Series Assembly Language Support for IntelliJ based IDEs
> [!IMPORTANT]
> As of November 2024, this plugin is no longer under active development.
Adds support for [Motorola 68000 series](https://en.wikipedia.org/wiki/Motorola_68000_series) assembly language
in [IntelliJ](https://plugins.jetbrains.com/docs/intellij/intellij-platform.html#ides-based-on-the-intellij-platform) based IDEs.**📖 Please visit the [Documentation site](https://yanncebron.github.io/m68kplugin/) for user guide. 📖**

Please see [Contributing](CONTRIBUTING.md) on how to submit feedback and contribute to this project.
## Installation
- Open [Plugin Homepage](https://plugins.jetbrains.com/plugin/17712-motorola-68000-series-assembler/) and click *Install to...* button on upper right- Using IDE built-in plugin system:
Settings > Plugins > Marketplace > Search for "Motorola 68000 Series Assembler" > Install Plugin
- Manually:
Download the [latest release](https://github.com/YannCebron/m68kplugin/releases/latest) and install it manually
using
Settings > Plugins > ⚙️ > Install plugin from disk...## Credits
Plugin Logo from [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Motorola_M_symbol_blue.svg)
Mnemonic and directives documentation taken from [m68k-instructions-documentation](https://github.com/prb28/m68k-instructions-documentation)
Mnemonic data generated using [vasm](http://sun.hasenbraten.de/vasm/) sources, thanks to Frank Wille and Dr. Volker Barthelmann for granting permission
Amiga hardware register documentation generated from [AGA.guide](https://github.com/rkrajnc/minimig-mist/blob/master/doc/amiga/aga/AGA.guide)
## License
Licensed under the Apache License, Version 2.0 (the "License"), see [LICENCE](LICENCE)
This software includes [commonmark-java](https://github.com/atlassian/commonmark-java) library, Copyright (c) 2015-2016, Atlassian Pty Ltd
*All product names, trademarks, and registered trademarks are property of their respective owners.*