This website requires JavaScript.
Explore
Help
Sign in
mattiashz
/
c65gm
Watch
1
Star
0
Fork
You've already forked c65gm
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
59
commits
1
branch
0
tags
1.6
MiB
Go
100%
062c909017
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Mattias Hansson
062c909017
Updated #DEFINE doc to reflect current behavior.
2025-11-21 17:04:11 +01:00
examples
Fixed func calls with string literal arguments and $-replacements in #DEFINE. memlib.c65 is still borked.
2025-11-21 16:27:57 +01:00
internal
Fixed func calls with string literal arguments and $-replacements in #DEFINE. memlib.c65 is still borked.
2025-11-21 16:27:57 +01:00
lib
Fixed memlib #DEFINE syntax (restored to c65cm syntax). memlib.c65 still borked.
2025-11-21 16:38:11 +01:00
vendor
Added Starlark scripting language for SCRIPT blocks.
2025-11-06 06:57:06 +01:00
.gitignore
Added c65gm executable to .gitignore
2025-11-15 17:13:29 +01:00
commands.md
Fixed to function without params can be called as myfunction() with empty parens
2025-11-21 10:59:51 +01:00
go.mod
Added Starlark scripting language for SCRIPT blocks.
2025-11-06 06:57:06 +01:00
go.sum
Added Starlark scripting language for SCRIPT blocks.
2025-11-06 06:57:06 +01:00
main.go
Added FOR and NEXT to main.go
2025-11-17 22:48:31 +01:00
README.md
Initial commit
2025-10-09 21:55:33 +02:00
syntax.md
Updated #DEFINE doc to reflect current behavior.
2025-11-21 17:04:11 +01:00
README.md
c65gm