emailler/client/uthernet/bankswitch_eeprom.s
jonnosan 5218deb352 added mozilla public license
git-svn-id: http://svn.code.sf.net/p/netboot65/code@207 93682198-c243-4bdb-bd91-e943c89aac3b
2009-10-22 10:49:08 +00:00

52 lines
1.4 KiB
ArmAsm

.segment "C800_0"
.asciiz "BANK $00"
.segment "C800_1"
.asciiz "BANK $01"
.segment "C800_2"
.asciiz "BANK $02"
.segment "C800_3"
.asciiz "BANK $03"
.segment "C800_4"
.asciiz "BANK $04"
.segment "C800_5"
.asciiz "BANK $05"
.segment "C800_6"
.asciiz "BANK $06"
.segment "C800_7"
.asciiz "BANK $07"
.segment "C800_8"
.asciiz "BANK $08"
.segment "C800_9"
.asciiz "BANK $09"
.segment "C800_A"
.asciiz "BANK $0A"
.segment "C800_B"
.asciiz "BANK $0B"
.segment "C800_C"
.asciiz "BANK $0C"
.segment "C800_D"
.asciiz "BANK $0D"
.segment "C800_E"
.asciiz "BANK $0E"
;-- LICENSE FOR bankswitch_eeprom.s --
; The contents of this file are subject to the Mozilla Public License
; Version 1.1 (the "License"); you may not use this file except in
; compliance with the License. You may obtain a copy of the License at
; http://www.mozilla.org/MPL/
;
; Software distributed under the License is distributed on an "AS IS"
; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
; License for the specific language governing rights and limitations
; under the License.
;
; The Original Code is ip65.
;
; The Initial Developer of the Original Code is Jonno Downes,
; jonno@jamtronix.com.
; Portions created by the Initial Developer are Copyright (C) 2009
; Jonno Downes. All Rights Reserved.
; -- LICENSE END --