A86: Re: Variables


[Prev][Next][Index][Thread]

A86: Re: Variables




PLEASE stop typing like that, PLEASE...
anyways,
you can do an 8 bit var like:
var:
  .db 0
16 bit var like:
var:
  .db 0,0
24 bit var like:
var:
  .db 0,0,0
you can also use:
var:
  .dw 0
but that takes up 2 bytes
I hope that's what u mean...
______
JBrett
tbarwick@esn.net
ICQ UIN: 20607010
http://ww2.esn.net/~tbarwick
ACZ member
Plexus Publishing member
-----Original Message-----
From: god-mail@mailexcite.com <god-mail@mailexcite.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, November 22, 1998 3:21 PM
Subject: A86: Variables


>
>I'm A BASIC Programmer Mostly, But Now That I Have Made My First ASM Games,
>How Do I Create Variables For Use In The Game? Or Do I Have To Use hl,de,
>And Other Such Bytes/Words?
>And Please Don't Just say My Method Of Typing Is Hard To Read, That
Provided
>Me With No Help WhatSoEver!
>
>
>
>
>_______________________________________________________
>Get your free, private e-mail at http://mail.excite.com/
>