diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-30 11:54:08 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-30 11:54:08 -0700 |
commit | 3e5b09b9416c0f734298e156bc4afb8db1d2140b (patch) | |
tree | 4288be00a3af430458af6158883c75a4570690d0 /hram.asm | |
parent | a5f226246e068adf0ddabc8abe1afa868749162b (diff) | |
parent | 7fe1fa58e313312229ca4d8715ca304b47002eca (diff) |
Merge pull request #176 from yenatch/interrupts
finally give labels to interrupts
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ hMathBuffer EQU $ffb8 hLCDStatCustom EQU $ffc6 +hSerialSend EQU $ffcd +hSerialReceive EQU $ffce + hSCX EQU $ffcf hSCY EQU $ffd0 hWX EQU $ffd1 |