Subversion Repositories NedoOS

Rev

Rev 2037 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2349 alone 1
rem if "%settedpath%"=="" call "..\_sdk\setpath.bat"
8 dimkam 2
call compile.bat
55 Alone 3
md tmp
8 dimkam 4
copy *.A_ tmp
5
copy *.V_ tmp
6
copy *.S_ tmp
7
copy *.I_ tmp
8
del *.A_
9
del *.V_
10
del *.S_
11
del *.I_
12
del nedotok
13
ren tok.bin nedotok
14
nedotrd test.trd -n
15
nedotrd test.trd -ah ..\batch\batch.$b
2037 alone 16
nedotrd test.trd -s 16384 -ac ..\batch\batch
8 dimkam 17
nedotrd test.trd -a compile.bat
18
nedotrd test.trd -a ..\comp\nedolang
19
nedotrd test.trd -a ..\tok\nedotok
20
nedotrd test.trd -a ..\asm\nedoasm
21
nedotrd test.trd -a ..\diff\diff
22
nedotrd test.trd -a ..\_sdk\str.h
23
nedotrd test.trd -a ..\_sdk\io.h
24
nedotrd test.trd -a ..\_sdk\read.c
25
nedotrd test.trd -a ..\_sdk\fmttg.h
26
nedotrd test.trd -a ..\_sdk\fmtz80.h
27
nedotrd test.trd -a token.c
28
nedotrd test.trd -a tokenz80.c
29
nedotrd test.trd -a tok.s
30
nedotrd test.trd -a ..\_sdk\lib.i
31
nedotrd test.trd -a ..\_sdk\str.i
2349 alone 32
nedotrd test.trd -a ..\_sdk\iofast.i
55 Alone 33
..\..\..\us\emul.exe test.trd