From b341eabe5b0853326a426647919d9b52cebe1105 Mon Sep 17 00:00:00 2001 From: Astatin Date: Mon, 16 Dec 2024 14:11:26 +0900 Subject: Add README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..52fbfd2 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# Astatin Assembler + +Heyo !! This is the assembler I use to create [BunnyLand (Temporary name)](https://github.com/AstatinChan/BunnyLand-Gameboy) on [stream on Twitch](https://www.twitch.tv/astatinchan) + +## Download + +If you're on linux on x86\_64 you can download an already compiled binary [here](https://github.com/AstatinChan/gameboy-asm/releases/download/latest/gbasm_linux-x86_64). + +## How to compile + +The assembler is made in golang, check if you have it on your system, If you do not: + +```bash +# Arch +sudo pacman -S go + +# Debian/Ubuntu +sudo apt install golang + +# Windows: +# I don't know lol +``` + +Clone the assembler: + +```bash +git clone https://github.com/AstatinChan/gameboy-asm.git +cd gameboy-asm +``` + +Compile the assembler: + +```bash +go build . +``` -- cgit v1.2.3-70-g09d2