Skip to content

Instantly share code, notes, and snippets.

@rhaas80
rhaas80 / AT89C2051.asm
Created October 7, 2022 13:58
sdas8051 version AT89C2051 PS/2 to Amiga converter
; PC keyboard to Amiga converter with AT89C2051 at 11,0592MHz
;* these port equates are explained below. Relocate them to any of
;* Port1, pins 0-7 or Port3, pins 0-7, except Port3, pins2 and 3
;* because these are the external interrupts.
;* it doesn't matter as long as you equate the right pin to the right
;* signal.
.equ Aclk, p1.3
.equ Adat, p1.4
@rhaas80
rhaas80 / SMBDIS.ASM
Created May 24, 2021 17:15 — forked from 1wErt3r/SMBDIS.ASM
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger (doppelheathen@gmail.com)
;This file is provided for your own use as-is. It will require the character rom data
;and an iNES file header to get it to work.
;There are so many people I have to thank for this, that taking all the credit for
;myself would be an unforgivable act of arrogance. Without their help this would
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no
@rhaas80
rhaas80 / results.txt
Created April 8, 2021 14:03
results changes for ET 2021 05
results/bethe__1_10.log:
Newly passing tests:
Newly failing tests:
Newly missing tests:

Keybase proof

I hereby claim:

  • I am rhaas80 on github.
  • I am rhaas80 (https://keybase.io/rhaas80) on keybase.
  • I have a public key whose fingerprint is B046 8485 477F 66A1 C33E 6370 DB68 0467 EA2C CB60

To claim this, I am signing this object:

configs/sim/build/PAPITest/testme.c.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <PAPITest_TestMe._omp_fn.0>:
{
DECLARE_CCTK_PARAMETERS;
DECLARE_CCTK_ARGUMENTS;
#include <cctk.h>
#include <cctk_Parameters.h>
#include <cctk_Arguments.h>
void PAPITest_TestMe(CCTK_ARGUMENTS)
{
DECLARE_CCTK_PARAMETERS;
DECLARE_CCTK_ARGUMENTS;
*npoints = 0;