Page 1 of 1

Motorola 68000 family language server

Posted: 02 Dec 2022 14:13
by Rickard Johansson
Motorola 68000 Family Language Server
Support Assembly code and provide diagnostics, hover information, completion...

Install
* Install Nodejs for Windows https://nodejs.org/en/download/
* Install server

Code: Select all

>npm install --global m68k-lsp-server
Add the server in project/site settings

Server name
Motorola 68000 Language Server

Command
m68k-lsp-server.cmd

Command line arguments
--stdio

Initial folder
%AppData%\npm

File extension and language id
.asm=asm

Communication channel
* Command line (stdio)

Source folders
<Main site folder>

Initialize options

You can also use socket communication. Just replace the argument --stdio with --socket={number} e.g. --socket=5000.

More: https://github.com/grahambates/m68k-lsp