Subversion Repositories Kolibri OS

Rev

Rev 3927 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3927 Rev 9583
Line 24... Line 24...
24
and parameters pointed to following (if present).
24
and parameters pointed to following (if present).
Line 25... Line 25...
25
 
25
 
26
If no program is loaded, you can load a program with the command
26
If no program is loaded, you can load a program with the command
27
load  []
27
load  []
28
Examples:
28
Examples:
29
load /rd/1/example
29
load /sys/example
30
LOAD   /rd/1/aclock w200 h200
30
LOAD   /sys/aclock w200 h200
31
  LoaD  /hd0/1/menuetos/dosbox/dosbox
31
  LoaD  /hd0/1/menuetos/dosbox/dosbox
32
All that stays after first space after executable file name, is exactly passed
32
All that stays after first space after executable file name, is exactly passed
33
to program as command string.
33
to program as command string.
34
The command "load" reports result in the messages window (a little higher
34
The command "load" reports result in the messages window (a little higher
Line 42... Line 42...
42
(lines, which do not have such format, are ignored). Such file can be created
42
(lines, which do not have such format, are ignored). Such file can be created
43
by hand or generated automatically by fasm. Evident load can be done by command
43
by hand or generated automatically by fasm. Evident load can be done by command
44
load-symbols 
44
load-symbols 
45
Furthermore, when the debugger executes the command "load", it checks for
45
Furthermore, when the debugger executes the command "load", it checks for
46
presence of file with name as of loading binary and extension '.dbg'
46
presence of file with name as of loading binary and extension '.dbg'
47
(/rd/1/example.dbg in the first of examples above), and if such file exists,
47
(/sys/example.dbg in the first of examples above), and if such file exists,
48
the debugger loads it automatically (with the message "Symbols loaded", if
48
the debugger loads it automatically (with the message "Symbols loaded", if
49
all is OK).
49
all is OK).
Line 50... Line 50...
50
 
50
 
51
It can happen so that loaded program is packed. General principle of
51
It can happen so that loaded program is packed. General principle of