https://github.com/nattfalk/insane-xmas2018
iNSANE X-mas 2018 - An Amiga OCS/ECS intro released for Christmas 2018
https://github.com/nattfalk/insane-xmas2018
amiga assembly-language vs-code
Last synced: 3 months ago
JSON representation
iNSANE X-mas 2018 - An Amiga OCS/ECS intro released for Christmas 2018
- Host: GitHub
- URL: https://github.com/nattfalk/insane-xmas2018
- Owner: nattfalk
- License: mit
- Created: 2020-01-20T21:37:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T21:46:58.000Z (over 5 years ago)
- Last Synced: 2025-02-12T07:53:05.002Z (4 months ago)
- Topics: amiga, assembly-language, vs-code
- Language: Assembly
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iNSANE - X-mas 2018 Amiga intro

An Amiga OCS/ECS intro by iNSANE released for Christmas 2018. Written in Motorola 68000 assembly.
Also available on [pouet.net](https://www.pouet.net/prod.php?which=79639)
## Prerequisites
- Visual Studio Code
- Amiga Assembly extension for VS Code. [https://github.com/prb28/vscode-amiga-assembly](https://github.com/prb28/vscode-amiga-assembly)
- VASM/VLINK. Prebuilt binaries available at [https://github.com/prb28/vscode-amiga-assembly-binaries](https://github.com/prb28/vscode-amiga-assembly-binaries)## Installing
```bash
> git clone https://github.com/nattfalk/insane-xmas2018.git
> cd insane-xmas2018
> git clone --single-branch --branch windows_x64 https://github.com/prb28/vscode-amiga-assembly-binaries.git bin\windows_x64
```## Usage
Open folder in VS Code, build and then run (Ctrl+F5). Main code in src/xmas2018.s
## Credits
- Code by me (Prospect)
- Graphics by Premium, Corel and Vedder
- Music by Juice
- Also a big thumb up to Photon/Scoopex for the startup code## License
[](http://badges.mit-license.org)
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details