Skip to content

Instantly share code, notes, and snippets.

View shred's full-sized avatar

Richard Körber shred

View GitHub Profile
@shred
shred / helloworld.asm
Created May 3, 2020 09:15
Spectrum Next Hello World
DEVICE ZXSPECTRUMNEXT
ROM_PRINT_A EQU $0010
ROM_CLS EQU $0D6B
ROM_CHAN_OPEN EQU $1601
SYS_BORDCR EQU 23624
SYS_ATTR_P EQU 23693
ORG 0x8000
@shred
shred / fritzswitch.py
Last active December 30, 2023 14:27
Small python command line tool for controlling Fritz!Box home automation
#!/usr/bin/env python3
#
# fritzswitch - Switch your Fritz!DECT200 via command line
#
# Copyright (C) 2014 Richard "Shred" Körber
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.