Start by being conservative about what we think we know.
Chris Pressey
3 years ago
55 | 55 |
-s: write contents of stack to log file
|
56 | 56 |
-y: specify debugging delay in milliseconds
|
57 | 57 |
|
58 | |
Compiles Under:
|
59 | |
|
60 | |
Borland C++ v3.1 (16-bit MS-DOS)
|
61 | |
DJGPP v2.952 (32-bit Protected-Mode MS-DOS)
|
|
58 |
Known to Compile Under :
|
|
59 |
|
|
60 |
gcc 5.4.0 (Ubuntu 16.04)
|
|
61 |
|
|
62 |
Has, in the Past, been Known to Compile Under:
|
|
63 |
|
|
64 |
DICE C 3.15 (AmigaDOS 1.3)
|
|
65 |
Borland C++ v3.1 (16-bit MS-DOS)
|
|
66 |
DJGPP v2.952 (32-bit Protected-Mode MS-DOS)
|
|
67 |
Metroworks CodeWarrior (MacOS)
|
62 | 68 |
|
63 | 69 |
******************************************************************
|
|
70 |
|
|
71 |
History:
|
64 | 72 |
|
65 | 73 |
v2.24: Summer 2018, Chris Pressey
|
66 | 74 |
when & encounters an error or EOF condition it pushes
|
45 | 45 |
|
46 | 46 |
Known to Compile Under :
|
47 | 47 |
|
48 | |
Borland C++ v3.1 (DOS)
|
49 | 48 |
gcc 5.4.0 (Ubuntu 16.04)
|
|
49 |
|
|
50 |
Has, in the Past, been Known to Compile Under:
|
|
51 |
|
|
52 |
Borland C++ v3.1 (16-bit MS-DOS)
|
|
53 |
DJGPP v2.952 (32-bit Protected-Mode MS-DOS)
|
|
54 |
Metroworks CodeWarrior (MacOS)
|
|
55 |
|
|
56 |
******************************************************************
|
50 | 57 |
|
51 | 58 |
History:
|
52 | 59 |
|
53 | 53 |
although note that cells are stored as 2-byte words,
|
54 | 54 |
so too many repetitions may cause them to wrap back to 0.
|
55 | 55 |
|
|
56 |
Known to Compile Under :
|
|
57 |
|
|
58 |
gcc 5.4.0 (Ubuntu 16.04)
|
|
59 |
|
|
60 |
Has, in the Past, been Known to Compile Under:
|
|
61 |
|
|
62 |
DICE C 3.15 (AmigaDOS 1.3)
|
|
63 |
Borland C++ v3.1 (16-bit MS-DOS)
|
|
64 |
DJGPP v2.952 (32-bit Protected-Mode MS-DOS)
|
|
65 |
Metroworks CodeWarrior (MacOS)
|
|
66 |
|
56 | 67 |
******************************************************************
|
|
68 |
|
|
69 |
History:
|
57 | 70 |
|
58 | 71 |
v1.0: circa Jun 2018
|
59 | 72 |
handle trampoline at leftmost/topmost edges
|