Re: A86: Problems compiling


[Prev][Next][Index][Thread]

Re: A86: Problems compiling




it is the assembler's flaw if it doesnt give an error message for an invalid
command or if it doesnt assemble or correctly run an operation that is so
simple that there is no logical way to get it to be simpler

>
> As far as the assembler goes, it's hard to point a finger there because
what
> it does is relatively simple. However, some assemblers won't be very
specific
> as to the nature of the problem, and therefore a line of code that looks
> perfect may be flawed. For example, when I was starting out, I didn't
realize
> that "ld hl,de" wasn't a legal command.
>
> > btw this happens with high and lowlevel languages, even in visual basic
>
> > sometimes it wouldnt get this right (if x=-1 then.. and i would have to
>
> > resort to if x+1=0)



References: