mirror of
https://github.com/g012/l65.git
synced 2024-11-15 19:09:19 +00:00
6502 assembler from within Lua.
vim | ||
.gitignore | ||
6502.lua | ||
asm.l65 | ||
asm.lua | ||
l65.lua | ||
lfs.c | ||
LICENSE | ||
lpeg.c | ||
lua.h | ||
main.c | ||
README.md | ||
vcs_test.l65 | ||
vcs_test.lua | ||
vcs.lua |
l65
Enable vim files:
- copy vim/* into ~/vimfiles/
- add "au BufRead,BufNewFile *.l65 set syntax=l65 filetype=l65" to ~/.vimrc (or ~/_vimrc on Windows)