Skip to content

Instantly share code, notes, and snippets.

@andreas-jonsson
andreas-jonsson / GLABIOS.ASM
Created October 15, 2024 20:13
Inverse if else statement
IF BOOT_SPEED EQ BOOT_TURBO
;----------------------------------------------------------------------------;
; Turbo Std Power-On: KB hold low+disable, NMI on, spkr data off, turbo ON/OFF
;
PPI_B_BOOT = MASK PBKB OR MASK PBIO OR MASK PBSW OR MASK PBTB
ELSE ; BOOT_SPEED NE BOOT_TURBO
;----------------------------------------------------------------------------;
; Default Power-On: KB hold low+disable, NMI on, spkr data off, turbo OFF/ON
;
@andreas-jonsson
andreas-jonsson / telnet.go
Created October 11, 2017 15:29
telnet ansi-escape renderer
/*
Copyright (C) 2017 Andreas T Jonsson
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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of