Quote:For those into their ASM programming they might find this library a useful add on |
|
Thanks. You might like to note that this line in your library:
Code:IF USR(C%) THEN =TRUE ELSE =FALSE
can be directly replaced with this:
Code:
which is (arguably) neater and avoids the 'end of function' (=) being buried inside another statement.
Richard.