]> cloudbase.mooo.com Git - avrcpm.git/blame - avrcpm/avr/dsk_fat16.asm
git-svn-id: svn://cu.loc/avr-cpm/trunk@114 57430480-672e-4586-8877-bcf8adbbf3b7
[avrcpm.git] / avrcpm / avr / dsk_fat16.asm
CommitLineData
64219415
FZ
1; Various functions for the Interaction with the FAT16 Filesystem
2;
3; Copyright (C) 2010 Frank Zoll
630ec2d3
FZ
4; Copyright (C) 2010 Sprite_tm
5; Copyright (C) 2010 Leo C.\r
64219415
FZ
6;
7; This file is part of avrcpm.
8;
9; avrcpm is free software: you can redistribute it and/or modify it
10; under the terms of the GNU General Public License as published by
11; the Free Software Foundation, either version 3 of the License, or
12; (at your option) any later version.
13;
14; avrcpm is distributed in the hope that it will be useful,
15; but WITHOUT ANY WARRANTY; without even the implied warranty of
16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17; GNU General Public License for more details.
18;
19; You should have received a copy of the GNU General Public License
20; along with avrcpm. If not, see <http://www.gnu.org/licenses/>.
21;
22; $Id$
678fc0b0
FZ
23;
24
630ec2d3 25; ============================================================================
678fc0b0
FZ
26; Prelimitary !
27