rtl8019as_ethernet_m128.s

来自「网卡驱动程序」· S 代码 · 共 38 行

S
38
字号
	.module Rtl8019as_Ethernet_M128.c
	.area text(rom, con, rel)
	.dbfile E:\__test\_RTL8019_M128_struct_Test\Rtl8019as_Ethernet_M128.c
	.area bss(ram, con, rel)
	.dbfile E:\__test\_RTL8019_M128_struct_Test\Rtl8019as_Ethernet_M128.c
_nodRemote::
	.blkb 20
	.dbstruct 0 20 .15
	.dbfield 0 cMac A[6:6]c
	.dbfield 6 cIp A[4:4]c
	.dbfield 10 cPort A[2:2]c
	.dbfield 12 cMask A[4:4]c
	.dbfield 16 cGate A[4:4]c
	.dbend
	.dbsym e nodRemote _nodRemote S[.15]
_nodLoc::
	.blkb 20
	.dbsym e nodLoc _nodLoc S[.15]
_hdrNic::
	.blkb 4
	.dbstruct 0 4 .1
	.dbfield 0 ReceiveState c
	.dbfield 1 NextPackPlace c
	.dbfield 2 EtherDataLen A[2:2]c
	.dbend
	.dbsym e hdrNic _hdrNic S[.1]
; #include "Rtl8019as_Ethernet_M128.h"
; 
; //NETFRAME netframe_rx;
; //NETFRAME netframe_tx;
; 
; NICHEADER hdrNic;
; 
; NETNODE nodLoc;
; NETNODE nodRemote;
; 
; 

⌨️ 快捷键说明

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