Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T20:48:14.000Z (9 months ago)
- Last Synced: 2024-04-11T03:03:38.516Z (9 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.98 MB
- Stars: 17
- Watchers: 4
- Forks: 0
- 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
[![Build](https://github.com/YannCebron/m68kplugin/actions/workflows/build.yml/badge.svg)](https://github.com/YannCebron/m68kplugin/actions/workflows/build.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Version](https://img.shields.io/jetbrains/plugin/v/17712.svg)](https://plugins.jetbrains.com/plugin/17712)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17712.svg)](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 user guide. 📖**
![m68plugin](docs/assets/m68kplugin_landing.png)
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.*