1
0
mirror of https://github.com/g012/l65.git synced 2024-06-11 10:29:27 +00:00
6502 assembler from within Lua.
Go to file
2017-09-16 23:43:21 +02:00
macro Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
vim Added charset function, and more options to byte arguments. 2017-09-16 11:10:51 +02:00
.gitignore Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
6502.lua Added functions for immediate and implied opcodes. 2017-09-16 23:43:21 +02:00
asm.l65 Added functions for immediate and implied opcodes. 2017-09-16 23:43:21 +02:00
asm.lua Added functions for immediate and implied opcodes. 2017-09-16 23:43:21 +02:00
l65.lua Added functions for immediate and implied opcodes. 2017-09-16 23:43:21 +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_test.l65 Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
vcs_test.lua Moved from metalua to a derivative of LuaMinify. 2017-09-03 01:59:21 +02:00
vcs.lua Added short lambda function syntax \args(expr). 2017-09-11 22:52:16 +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)