Add missing test files

This commit is contained in:
2018-05-26 15:35:58 +02:00
parent 7898c76570
commit 2fe47fe30c
82 changed files with 52716 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
.constant
host 2130706433 // 127.0.0.1 -> 0x7F000001
port 5555
.end-constant
.main
LDC_W port
LDC_W host
NETCONNECT
NETIN
NETIN
NETOUT
NETOUT
NETCLOSE
.end-main