Skip to content

Commit

Permalink
Installation and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 21, 2024
1 parent be69373 commit 0478883
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ A Language Server Protocol (LSP) server to provide language support for the [SPI
- **Go to definition**: Jumps to the definition of a label, memory address, or variable.
- **Semantic highlighting**: Color codes variables, constants, instructions, etc. based on program semantics.

## Installation

```bash
pip install spinasm-lsp
```

## Usage

Start the LSP server:

```bash
spinasm-lsp
```

------

*This project is unaffiliated with Spin Semiconductor. Included documentation is Copyright © 2018 Spin Semiconductor.*

0 comments on commit 0478883

Please sign in to comment.