Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.*