1
0
mirror of https://github.com/g012/l65.git synced 2024-06-02 12:41:28 +00:00
6502 assembler from within Lua.
Go to file
2017-09-25 02:01:46 +02:00
samples Added package searcher for l65 (without module support, not needed). 2017-09-25 02:01:46 +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 more VCS mapper stubs. 2017-09-24 16:05:37 +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 package searcher for l65 (without module support, not needed). 2017-09-25 02:01:46 +02:00
lfs.c Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
LICENSE Initial commit 2016-06-15 01:59:00 +02:00
lpeg.c Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
lua.h Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
main.c Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
README.md Added vim indentation file, added all opcodes into vim syntax file. 2017-09-16 00:11:22 +02:00
vcs.l65 Added package searcher for l65 (without module support, not needed). 2017-09-25 02:01:46 +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)