Trond wrote:Although I have never looked in the hlp file, so I don't know exactly what you're looking for.
I see.
So you could not possibly have been spoiled by it, like me.
I'm describing it from a (possibly slightly fuzzy) memory:
It is structured in a way, that I thought (not time for much actual trying yet)
I could find what I'd want to know with just one or two exra glances
with no search tool whatsoever.
Trond wrote:Huh? You just scroll down and download the pdfs for free. You don't even have to register.
Thank you for clarifying this.
I just searched for the main part of the string given in you post
and only found it in this CD order section that shocked me away a little.
Hmm... now after downloading, another issue:
Why are those PDF files password protected???
(KPDF asks for a password in order to read the file.)
Is there another thing I have overlooked or done wrong?
Trond wrote:Assembly is a bit difficult ...
I do not consider assembly language as such to be very difficult.
Intel is just a dialect I am not yet familiar with yet ...
In fact I developed and created an assembler for 6502 (?) quite some time ago,
using code tables, some builtin debugging tools and builtin basic language
on an Apple IIe replica (a bought as a student),
often times typing in the opcodes as hex numbers...
Later I could use the assembler to assemble its own sourcecode.
Somewhat difficult could be integrating assembly into a pc system,
learning to communicate with the system ...