Re: A92: Exec statement screen noise
[Prev][Next][Index][Thread]
Re: A92: Exec statement screen noise
> What do you mean by random code?
With the exec statement one can execute machine code
by entering the hexedecimal string of opcodes.
for example rts is $4e75
so,
Exec "4e75"
would execute an rts instruction.
By random code, I don't mean a pseudo-random number
generator, but rather, trying something like
Exec "f7893879879f8798f798f7a87df8790a7f987" which
is NOT a series of legal machine instructions...
it is random, as i entered it randomly.
Kevin Van Vechten
kevinvv@usa.net