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
g012 cc1c6f74ec Fixed initial offset of rom.
Fixed relative branch offset.
2017-09-19 22:49:24 +02:00
vim Added zpg and abs opcodes. 2017-09-17 22:56:39 +02:00
.gitignore Generates a binary for the first time. 2017-09-19 15:53:10 +02:00
6502.lua Fixed initial offset of rom. 2017-09-19 22:49:24 +02:00
asm.l65 Fixed initial offset of rom. 2017-09-19 22:49:24 +02:00
asm.lua Fixed initial offset of rom. 2017-09-19 22:49:24 +02:00
l65.lua Added all remaining opcodes. 2017-09-19 00:53:37 +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)