Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ncar!umigw!mthvax!mathrich From: mathrich@mthvax.cs.miami.edu (Rich Winkel) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: cold/warm boots with TASM Message-ID: <1990Mar16.032601.16419@mthvax.cs.miami.edu> Date: 16 Mar 90 03:26:01 GMT References: <25FFF3C1.5C41@deimos.cis.ksu.edu> Distribution: usa Organization: U of Miami Dept. of Math. and Computer Science, Coral Gables, FL 33124 Lines: 16 In <25FFF3C1.5C41@deimos.cis.ksu.edu> bdn@phobos.cis.ksu.edu (Bryan D. Nehl) writes: %>I was wondering if you all might be able to help me out. And point %>out what in the world I am doing wrong. I have worked on this for %>hours and haven't been able to figure this out. I would appreciate it %>if someone could possibly send me (e-mail) a corrected copy of this code. %>Thanks. And much appreciation. :-) %> mov dx, 0 %> mov ds, dx %> mov ax, 1234 <<<---1234h %> mov [472], ax <<<---472h %> %>; leave only jmp for a cold boot routine. %> %> jmp far ptr 0ffffh:00000h Rich