1
0
mirror of https://github.com/g012/l65.git synced 2024-09-27 19:55:29 +00:00
6502 assembler from within Lua.
Go to file
2017-09-23 23:42:32 +02:00
samples First attempt to add k65 style syntax. 2017-09-22 23:58:01 +02:00
vim Added dc.b/w/l syntax for auto encapsulation. 2017-09-22 12:29:48 +02:00
.gitignore Generates a binary for the first time. 2017-09-19 15:53:10 +02:00
6502.lua Added dead stripping. 2017-09-23 23:42:32 +02:00
asm.l65 First VCS sample. 2017-09-21 22:55:09 +02:00
asm.lua First VCS sample. 2017-09-21 22:55:09 +02:00
l65.lua Added dead stripping. 2017-09-23 23:42:32 +02:00
lfs.c
LICENSE
lpeg.c
lua.h
main.c
README.md
vcs.lua Added dead stripping. 2017-09-23 23:42:32 +02:00

l65

Enable vim files:

  • copy vim/* into ~/vimfiles/
  • add "au BufRead,BufNewFile *.l65 set syntax=l65 filetype=l65" to ~/.vimrc (or ~/_vimrc on Windows)