Subversion Repositories Kolibri OS

Rev

Rev 4655 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4655 Rev 6836
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2010-2014. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2010-2017. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  tftpc.asm - TFTP client for KolibriOS                          ;;
6
;;  tftpc.asm - TFTP client for KolibriOS                          ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
Line 28... Line 28...
28
        dd      IM_END+0x1000
28
        dd      IM_END+0x1000
29
        dd      0, 0
29
        dd      0, 0
Line 30... Line 30...
30
 
30
 
31
include '../../proc32.inc'
31
include '../../proc32.inc'
32
include '../../macros.inc'
32
include '../../macros.inc'
33
include '../../libio.inc'
33
include '../../develop/libraries/libs-dev/libio/libio.inc'
34
include '../../dll.inc'
34
include '../../dll.inc'
Line 35... Line 35...
35
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
35
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
36
 
36