1. Asm
------=_NextPart_000_0007_01BF5FC0.1FDD0040
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Where can I get a tutorial about Asm ? I need it NOW . C just can`t cut =
the speed I want . Its very hard to code for a Z80 ( 4 MHz ) . All I =
know is JP , LD and DB ( or was it BD ? ) . So , are you code gods going =
to help me ? Please ?=20
You are ! Thanx !
Ferdinand Greyling
------=_NextPart_000_0007_01BF5FC0.1FDD0040
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Where can I get a tutorial about Asm ? I need it NOW . C just =
can`t=20
cut the speed I want . Its very hard to code for a Z80 ( 4 MHz ) . All I =
know is=20
JP , LD and DB ( or was it BD ? ) . So , are you code gods =
going to=20
help me ? Please ? </DIV>
<DIV>You are ! Thanx !</DIV>
<DIV> </DIV>
------=_NextPart_000_0007_01BF5FC0.1FDD0040--
2. Re: Asm
>Where can I get a tutorial about Asm ?
(I'm Assuming that you're talking about z80 asm (for programming the GB))
This is probably (one of) the best gb dev-sites.
http://www.devrs.com/gb/
Or you could try these sites:
www.consoledev.com
www.zophar.net
_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
3. Re: Asm
On Sun, 16 Jan 2000 01:22:16 +0200, =?iso-8859-1?B?IgY=?=
<mwfch at MWEB.CO.ZA> wrote:
>Where can I get a tutorial about Asm ? I need it NOW . C just can`t cut
the speed I want . Its very hard to code for a Z80 ( 4 MHz ) . All I know
is JP , LD and DB ( or was it BD ? ) . So , are you code gods going to help
me ? Please ?
Ferdinand:
You will find some code here
http://wuarchive.wustl.edu/systems/cpm/asmutl/
You will find a tutorial here
http://ti86.acz.org/coding/
You can also use 8080 code on the Z80 because the z80 included
all of the 8080 instructions but the z80 add some new instruction
beyond the 8080 instructions to make programming easier and more
powerful.
Bernie
Bernie
4. Re: Asm
On Sun, 16 Jan 2000 01:22:16 +0200, =?iso-8859-1?B?IgY=?=
<mwfch at MWEB.CO.ZA> wrote:
>Where can I get a tutorial about Asm ? I need it NOW . C just can`t cut
the speed I want . Its very hard to code for a Z80 ( 4 MHz ) . All I know
is JP , LD and DB ( or was it BD ? ) . So , are you code gods going to help
me ? Please ?
Ferdinand:
You will find some code here
http://wuarchive.wustl.edu/systems/cpm/asmutl/
You will fing a tutorial here
http://ti86.acz.org/coding/
You can also use 8080 code on the Z80 because the z80 included
all of the 8080 instructions but the z80 add some new instruction
beyond the 8080 instructions to make programming easier and more
powerful.
Bernie
Bernie