From dd46c2112e35197a36b484eb8c8f9ece447e0619 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sat, 23 May 2026 09:04:38 +0200 Subject: [PATCH] gitignore --- .claude/settings.local.json | 9 --------- .gitignore | 2 ++ .vscode/tasks.json | 39 ++++++++++++++++++++++++++++++++++++ Makefile | 21 +++++++++++++++++++ hello.prg | Bin 118 -> 0 bytes hello.asm => main.asm | 10 ++++----- 6 files changed, 67 insertions(+), 14 deletions(-) delete mode 100644 .claude/settings.local.json create mode 100644 .gitignore create mode 100644 .vscode/tasks.json create mode 100644 Makefile delete mode 100644 hello.prg rename hello.asm => main.asm (86%) diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index e09177a..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(brew list *)", - "Bash(brew search *)", - "Bash(brew info *)" - ] - } -} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15b5fdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.claude +*.prg diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..b9778b6 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,39 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "type": "shell", + "command": "make build", + "group": { + "kind": "build", + "isDefault": true + }, + "problemMatcher": [] + }, + { + "label": "run", + "type": "shell", + "command": "make run", + "problemMatcher": [] + }, + { + "label": "clear", + "type": "shell", + "command": "make clear", + "problemMatcher": [] + }, + { + "label": "rebuild", + "type": "shell", + "command": "make rebuild", + "problemMatcher": [] + }, + { + "label": "rebuildrun", + "type": "shell", + "command": "make rebuildrun", + "problemMatcher": [] + } + ] +} diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..950e5ee --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +ASM = acme +EMU = x64sc +SRC = main.asm +TARGET = main.prg + +.PHONY: build run clear rebuild rebuildrun + +build: $(TARGET) + +$(TARGET): $(SRC) + $(ASM) -f cbm -o $(TARGET) $(SRC) + +run: build + $(EMU) $(TARGET) + +clear: + rm -f $(TARGET) + +rebuild: clear build + +rebuildrun: clear build run diff --git a/hello.prg b/hello.prg deleted file mode 100644 index e859812c954ec1f2068781212eba0c733b477300..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118 zcmZSN;Njq6n5ST5U}nMq0xS7?6)&u0>s7e0awr zE-YYJ#Bl1u-;N7Ee2h3eTz!1}brhWaeSQ61{DWK-%uEz{c|%>o6ha(>Jr#5ny!;gc Sg8bcs9DV(x9D_p?c^Lp(w