https://github.com/yanncebron/m68kplugin
Motorola 68000 Series Assembly Language Support for JetBrains IDEs
https://github.com/yanncebron/m68kplugin
68000 68k amiga assembler assembly-language intellij-plugin intellijidea jetbrains-ide m68k m68k-assembly motorola-68000 motorola-680x0 retrocomputing vasm
Last synced: about 2 months ago
JSON representation
Motorola 68000 Series Assembly Language Support for JetBrains IDEs
- Host: GitHub
- URL: https://github.com/yanncebron/m68kplugin
- Owner: YannCebron
- License: apache-2.0
- Created: 2020-02-17T19:45:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T13:35:42.000Z (11 months ago)
- Last Synced: 2025-07-20T15:13:58.735Z (11 months ago)
- Topics: 68000, 68k, amiga, assembler, assembly-language, intellij-plugin, intellijidea, jetbrains-ide, m68k, m68k-assembly, motorola-68000, motorola-680x0, retrocomputing, vasm
- Language: Java
- Homepage: http://m68kplugin.yanncebron.com/
- Size: 6.42 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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
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 the user guide. 📖**

Please see [Contributing](CONTRIBUTING.md) on how to submit feedback and contribute to this project.
## Installation
- Open the [Plugin Homepage](https://plugins.jetbrains.com/plugin/17712-motorola-68000-series-assembler/) and click the *Install to...* button on the upper right
- Using IDE's 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, directives, and `CIAx` Amiga hardware register documentation based on [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 registers documentation based on [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 the [commonmark-java](https://github.com/atlassian/commonmark-java) library, Copyright © 2015–2016, Atlassian Pty Ltd
*All product names, trademarks, and registered trademarks are the property of their respective owners.*