https://github.com/grahambates/tree-sitter-m68k
https://github.com/grahambates/tree-sitter-m68k
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grahambates/tree-sitter-m68k
- Owner: grahambates
- License: mit
- Created: 2022-02-15T11:23:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T16:50:50.000Z (11 months ago)
- Last Synced: 2024-09-29T13:08:56.185Z (9 months ago)
- Language: C
- Size: 4.43 MB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tree-sitter-m68k

[](https://www.npmjs.com/package/tree-sitter-m68k)Motorola 68000 family assembly grammar for tree-sitter.
Aims to support syntax and features for [VASM](http://www.compilers.de/vasm.html), as well as native assemblers such as ASMOne and Devpac.
## Usage
### Neovim
With [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) run:
```
:TSInstall m68k
```## References
- [68000 Programmer's Reference Manual](https://www.nxp.com/docs/en/reference-manual/M68000PRM.pdf)
- [VASM Reference Manual](http://sun.hasenbraten.de/vasm/release/vasm_4.html#Mot-Syntax-Module)
- [HiSoft Devpac 3 Manual](https://ia801901.us.archive.org/26/items/DevPacV3.00.Manual/DevPac_v3.00.Manual.pdf)
- [ASMOne Manual](https://archive.org/details/AsmOne1.02Manual)## License
This package is under a [MIT license](https://github.com/grahambates/tree-sitter-m68k/blob/master/LICENSE.md).