SvarDOS/edrdos

Init environment too large?

Closed this issue · 3 comments

In this commit: f9bad8d#diff-52bbf87db189a4af9f24037eb12b3b9563a54bfc343b81073ad25c86fbf9f5dcL4043

You state:

					; >>> end of range copied to seg 60
					;     may not exceed 256 bytes

However, I am counting 251 + 2 + 1 + 2 + 1 bytes, which is 257 bytes.

fixed. Sometimes it helps if one can count.

As you know, the two great problems in program logic work are naming things, cache invalidation, and off-by-one errors =)

We shall leave this open to amuse the people who drive by...