1 ; -----------------------------------------------------------------
2 ; EthTool v0.1 - Ethernet debugging tool
3 ; Ian Seyler @ Return Infinity
4 ; -----------------------------------------------------------------
8 [ORG 0x0000000000200000]
52 ; -----------------------------------------------------------------
54 startstring: db 'Start', 13, 0
55 endstring: db 'End', 13, 0
56 file1: db 'tst1.app', 0
57 file2: db 'tst2.app', 0
58 file3: db 'tst3.app', 0
59 file4: db 'tst4.app', 0
61 DataBuffer: db 0xCA, 0xFE