Motorola 68000 family language server

Tips and information on how to install and use language servers with the editor.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Motorola 68000 family language server

Post 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
Post Reply