⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 http_client.lst

📁 ENC28J60 System HTTP
💻 LST
字号:
   1               		.file	"http_client.c"
   2               	__SREG__ = 0x3f
   3               	__SP_H__ = 0x3e
   4               	__SP_L__ = 0x3d
   5               	__CCP__  = 0x34
   6               	__tmp_reg__ = 0
   7               	__zero_reg__ = 1
   8               		.global __do_copy_data
   9               		.global __do_clear_bss
  11               		.text
  12               	.Ltext0:
 122               	.global	http_client_init
 124               	http_client_init:
   1:net/http_client.c **** /*
   2:net/http_client.c **** ,-----------------------------------------------------------------------------------------.
   3:net/http_client.c **** | net/http_client
   4:net/http_client.c **** |-----------------------------------------------------------------------------------------
   5:net/http_client.c **** | this file describes a very simple http client.
   6:net/http_client.c **** | - not yet finished, implemented only for some tests ...
   7:net/http_client.c **** |
   8:net/http_client.c **** | Author   : {{removed according to contest rules}}
   9:net/http_client.c **** |            -> circuitcellar.com avr design contest 2006
  10:net/http_client.c **** |            -> Entry #AT2616
  11:net/http_client.c **** |
  12:net/http_client.c **** |-----------------------------------------------------------------------------------------
  13:net/http_client.c **** | License:
  14:net/http_client.c **** | This program is free software; you can redistribute it and/or modify it under
  15:net/http_client.c **** | the terms of the GNU General Public License as published by the Free Software
  16:net/http_client.c **** | Foundation; either version 2 of the License, or (at your option) any later
  17:net/http_client.c **** | version.
  18:net/http_client.c **** | This program is distributed in the hope that it will be useful, but
  19:net/http_client.c **** |
  20:net/http_client.c **** | WITHOUT ANY WARRANTY;
  21:net/http_client.c **** |
  22:net/http_client.c **** | without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  23:net/http_client.c **** | PURPOSE. See the GNU General Public License for more details.
  24:net/http_client.c **** |
  25:net/http_client.c **** | You should have received a copy of the GNU General Public License along with
  26:net/http_client.c **** | this program; if not, write to the Free Software Foundation, Inc., 51
  27:net/http_client.c **** | Franklin St, Fifth Floor, Boston, MA 02110, USA
  28:net/http_client.c **** |
  29:net/http_client.c **** | http://www.gnu.de/gpl-ger.html
  30:net/http_client.c **** `-----------------------------------------------------------------------------------------*/
  31:net/http_client.c **** //#include "http_client.h"
  32:net/http_client.c **** 
  33:net/http_client.c **** //ACTIVATE DEBUG by editing this file:
  34:net/http_client.c **** #include "debug.h"
  35:net/http_client.c **** #include "http_client.h"
  36:net/http_client.c **** #include "httpd.h"
  37:net/http_client.c **** 
  38:net/http_client.c **** 
  39:net/http_client.c **** void http_client_init(void){
 125               	client_init:
 127               	.LM0:
 128               	.LFBB1:
 129               	/* prologue: function */
 130               	/* frame size = 0 */
  40:net/http_client.c **** .h"
 131               	 = 0 */
 132               	/* epilogue start */
 134               	.LM1:
 135               		ret
 137               	.Lscope1:
DEFINED SYMBOLS
                            *ABS*:00000000 http_client.c
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:2      *ABS*:0000003f __SREG__
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:3      *ABS*:0000003e __SP_H__
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:4      *ABS*:0000003d __SP_L__
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:5      *ABS*:00000034 __CCP__
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:6      *ABS*:00000000 __tmp_reg__
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:7      *ABS*:00000001 __zero_reg__
C:\DOCUME~1\ESERVIS\USTAWI~1\Temp/cc9W4dwO.s:124    .text:00000000 http_client_init

UNDEFINED SYMBOLS
__do_copy_data
__do_clear_bss

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -