Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!psuvm!art100 From: ART100@psuvm.psu.edu (Andy Tefft) Newsgroups: comp.sys.apple2 Subject: Re: Some observations Message-ID: <90306.010630ART100@psuvm.psu.edu> Date: 2 Nov 90 06:06:30 GMT References: <9011011645.AA13315@apple.com> <6550@plains.NoDak.edu> Organization: Penn State University Lines: 21 There's not all that much to the mini-assembler. There are a few differences between the "old" mini-assembler and the one that's in my //c. The basic idea of the mini-assembler is if you type in !addr:mnemonic operand it will assemble one line at the specified address; to continue you forgo the address and just use ! mnemonic operand (i.e. a leading space). The OLD mini-assembler lets you do monitor commands by preceding them with a $; my //c's doesn't. To exit the OLD mini-assembler you do a !$ff69g but on my //c you just hit return on an empty line. Oh, and $ are optional. all numbers are hexadecimal:-) My //c's mini-assembler does support 65c02 opcodes, by the way. There are no other commands in the old mini-assembler, but there may be in the new.