6502 assembler from within Lua.
Go to file
g012 42826585df Fixed 64b build warnings. 2017-09-28 11:10:25 +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 Fixed error reporting of some unresolved symbols. 2017-09-28 01:37:45 +02:00
CMakeLists.txt Fixed 64b build warnings. 2017-09-28 11:10:25 +02:00
LICENSE Initial commit 2016-06-15 01:59:00 +02:00
README.md Added vim indentation file, added all opcodes into vim syntax file. 2017-09-16 00:11:22 +02:00
embed.c Fixed 64b build warnings. 2017-09-28 11:10:25 +02:00
l65.lua Removed one line of info in error report. 2017-09-28 10:33:32 +02:00
l65cfg.lua Added CMake builder. 2017-09-27 01:33:21 +02:00
l65cfg.lua.in Added CMake builder. 2017-09-27 01:33:21 +02:00
lfs.c Fixed 64b build warnings. 2017-09-28 11:10:25 +02:00
lpeg.c Fixed 64b build warnings. 2017-09-28 11:10:25 +02:00
lua.h Added CMake builder. 2017-09-27 01:33:21 +02:00
main.c Added CMake builder. 2017-09-27 01:33:21 +02:00
vcs.l65 Added more VCS mappers. 2017-09-25 13:20:04 +02:00

README.md

l65

Enable vim files:

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