mirror of
https://github.com/g012/l65.git
synced 2024-12-29 01:31:04 +00:00
6502 assembler from within Lua.
samples | ||
vim | ||
.gitignore | ||
6502.lua | ||
CMakeLists.txt | ||
embed.c | ||
l65.lua | ||
l65cfg.lua | ||
l65cfg.lua.in | ||
lfs.c | ||
LICENSE | ||
lpeg.c | ||
lua.h | ||
main.c | ||
README.md | ||
vcs.l65 |
l65
Enable vim files:
- copy vim/* into ~/vimfiles/
- add "au BufRead,BufNewFile *.l65 set syntax=l65 filetype=l65" to ~/.vimrc (or ~/_vimrc on Windows)