This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " 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 = "," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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} |
NewerOlder