On Oct 11, 12:39pm in "Re: Not very controversial, but the best I can do...", 
you warbled:
] On Wed, 11 Oct 1995 11:54:17 +0100 (BST), Simon Cooke said:
] > ps I'm thinking of putting the source to SAMDOS 2.2 up on the Net if I get
] > Bruce's permission... comments?
] 
] I printed out a disassembly of SamDos 2.<whatever> last month, but I haven't
] really looked at it yet...

The difference between

        ld hl, &4293
(note, I have no idea what &4293 would be in DOS, and I don't want to know)
        ld a, (hl)
(similar blah)

and 

        ld hl, MY_START ; start address of data
        ld a, (hl) ; get number of words to write

(similar blah)

should be blindingly obvious to all.

G.

-- 

Reply via email to