Skip to content

Instantly share code, notes, and snippets.

View stblr's full-sized avatar

Pablo Stebler stblr

  • Neuchâtel, Switzerland
  • 06:16 (UTC +02:00)
View GitHub Profile
coreboot-4.12-509-g9b07c101e8-dirty Wed Jun 3 22:09:44 UTC 2020 `aap``b `````` (d ddd (.
@@ `` @@D@@@@ dd @ 0 ` p @@ A@ADA ````@@ ` @ @ $ @ ( @ A@ `a ` r @ " 0 @  B @ 0 a2@ 0 * H `(@ bab "! @ "d d ` * `$0  0 !` ``` `@B@ 0 ( (  %` $ @`@BA  1c("" @ c blibc d`d`ad@B
 A ( Dha` Bg `et P@A 0 @`a ) % D@D@A0 0 ! 000
DP @I A``dd@ *!` 0: D)ABdada d R@@ PAH" 0" b,%" ipab``hg $D@B @A( K 4 02 8DB@HEDA( 0 $ 1  A  ah`` ! 2
D I ( ."%`  Anabdd H* !d"1 S( ( " `bI en `d $A@ 0( @  (&#"3`PA ! % PCH 0 0  8", 00PD ! $ `@@A20 , 0 $%2d@D , "$ `@@A2 "0e" 0 84#D@$" @`adPAI*  0`  K( 0 /"&E dh`b E`P@I" 2!`$! C8 (&
@" !" @H` Cdt CA , $D @abda 0 A@@ Di`` aa2 0AH: 00`." I (2) b%Q ena`,$$@@I 8 (0 0002! @@IDF `0 !$ obR ptada ddd cd *@BA0 c" @AI2 (!b.%P*A`d C and` Af`a`d`ad$`"
PCA2 (
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
typedef int8_t i8;
typedef int16_t i16;
platform: 7.5
ext: 7p5
name: HSW
1 add add 0x40 Addition
0xfc0 u8 i8 u16 i16 u32 i32 , 0xfc0 u8 i8 u16 i16 u32 i32
0x20000 f32 , 0xfc0 u8 i8 u16 i16 u32 i32
0x20000 f32 , 0x20000 f32
0x40000 f64 , 0x40000 f64
3 addc addc 0x4e Addition with Carry
0x400 u32 , 0x400 u32
@stblr
stblr / bsp.txt
Created December 15, 2020 12:02
Flame Runner (la_bike.bsp):
Initial position: 62.000000
Hitbox 0 enable: 1
X: 0.000000
Y: 55.000000
Z: 55.000000
Radius: 65.000000
Unknown 0x14: 0
Unknown 0x16: 0
Hitbox 1 enable: 1
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20200528 (64-bit version)
* Copyright (c) 2000 - 2020 Intel Corporation
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of dsdt.dat, Sun Mar 7 00:21:35 2021
*
* Original Table Header:
// Copyright 2023 Pablo Stebler
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE