rtl8019as_ethernet_m128.lis

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

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

⌨️ 快捷键说明

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