[Oberon] FPGA - Files.ReadBytes(), Files.WriteBytes()
Tomas Kral
thomas.kral at email.cz
Fri Aug 24 16:38:33 CEST 2018
On Fri, 24 Aug 2018 15:40:13 +0200
Jörg <joerg.straube at iaeth.ch> wrote:
> If you want to use SYSTEM.COPY(), the "src" and "dst" must be on word
> boundary.
Hi,
Yes I see, When I get src(r.bpos) on a word boundary, I am already
1, or 2, or 3 bytes past the word boundary on dst(x).
Also destination address is advanced by ReadByte() loop.
dst := SYSTEM.ADR(x[i]);
Is it at all likely to get both src,dst on word boundary at the same
time?
--
Tomas Kral <thomas.kral at email.cz>
More information about the Oberon
mailing list