Skip to content

Commit c45eda6

Browse files
committed
Watcom version 1
1 parent a9732c4 commit c45eda6

File tree

1,554 files changed

+483392
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,554 files changed

+483392
-0
lines changed

binl/1250.uni

796 Bytes
Binary file not shown.

binl/1251.uni

796 Bytes
Binary file not shown.

binl/1252.uni

796 Bytes
Binary file not shown.

binl/936.uni

63.8 KB
Binary file not shown.

binl/949.uni

63.8 KB
Binary file not shown.

binl/950.uni

63.8 KB
Binary file not shown.

binl/addsrc.dbg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Syntax: addsrc <path1> <path2> ...
2+
*
3+
* Synopsis: Adds the specified source path (including wild card).
4+
*
5+
set source/add <1> <2> <3> <4> <5> <6> <7> <8> <9>

binl/animate.dbg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Syntax: animate
2+
*
3+
* Synopsis: Do a slow-motion animation of code execution.
4+
*
5+
invoke slow 1

binl/bcnt.dbg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Syntax: bcnt <count> <address>
2+
*
3+
* Synopsis: Break execution after "count" iterations at the specified
4+
* "address". The break point is cleared afterwards.
5+
*
6+
* Example: bcnt 1000 StageD
7+
*
8+
break/set <2> {} {} <1>

binl/bif.dbg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Syntax: bif <expr> <address>
2+
*
3+
* Synopsis: Break execution at the specified "address" when "expr"
4+
* is true (non-zero result).
5+
*
6+
* Example: bif {ax == 0} malloc
7+
*
8+
break/set <2> {} {<1>}

0 commit comments

Comments
 (0)