[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Best ASM Programming book for Apple
On 26 Jan 2003 05:56:45 GMT, "Dave Althoff, Jr." <dalloff@gcfn.org>
wrote:
>
>My personal recommendation for 8-bit assembly programming is a book
>called "Assembly Lines" by Roger Wagner. Good luck finding it; sorry,
>I'm keeping my copy.
>
>To get from Applesoft ("]") to the Machine Language Monitor ("*") issue
>the command...
>
>]CALL -151
>*
Also, if you boot into Integer Basic (under at least DOS 3.3), you can
get to the Mini Assembler with:
CALL -151
F666G
That will work on any Apple II booted with the DOS 3.3 System Master
and switched to Integer Basic with the INT command.
-- Otter