Skip to content

Instantly share code, notes, and snippets.

View hausdorff's full-sized avatar
🔜
Soon.

Alex Clemmer hausdorff

🔜
Soon.
View GitHub Profile
@hausdorff
hausdorff / .vimrc
Last active December 22, 2015 07:29
" For tabs instead of spaces
:set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab
" For spaces instead of tabs
":set shiftwidth=4 tabstop=4 expandtab
:set number
:set wrap
:set showbreak=------>
:set autoindent
let mapleader = ","
@hausdorff
hausdorff / math.asm
Last active December 23, 2024 12:13
mod and div implemented in 6502 asm
; load some data up
LDA #$7
STA $00 ; memory addr A
LDA #$05
STA $01 ; memory addr B
JMP Divide
;modulus, returns in register A
Mod:
LDA $00 ; memory addr A
\begin{itemize}
\item[] {\Large\bfseries Thursday, June 13, 2013}\\\vspace{1.5ex}
\vspace{1ex}
\item[18:30--20:30] {\bfseries Session PLN1: *SEM Opening Reception and STS Poster Session (All SemEval attendees are invited)}
\item[] {\Large\bfseries Friday, June 14, 2013}\\\vspace{1.5ex}
\vspace{1ex}