Re: A86: Re: Assembly
[Prev][Next][Index][Thread]
Re: A86: Re: Assembly
would this not be better if you included the call into a macro?
#define ClLCD call _clrLCD
also you'll have trouble when it comes to using variables. now there's
more than one kind of variable and it's much harder to use the "regular"
kind. i don't see how that could be very easy to a beginner no matter
what you do.
-josh
On Tue, 20 Apr 1999 23:44:07 EDT Nicolas P Zagorin <ziggy2282@juno.com>
writes:
> all u have to do is this. Say in the include, this is clrLCD (which
>it
>is) :
>
>_clrLCD equ 4A7Eh
>
>we could make it like this:
>
>_ClLCD equ 4A7Eh
>
>see, just rename commands like this could make asm syntax much simpler
>for beginnig asm proggers cuz it easily relates to basic, I really
>think this would make programming alot easier for many, even if we
>"superior" programmers have to learn this new sub-language. See,
>basically, in asm,
>you can create asm based languages which is pretty cool.
>___________________________________________________________________
>You don't need to buy Internet access to use free Internet e-mail. Get
>completely free e-mail from Juno at http://www.juno.com/getjuno.html
>or call Juno at (800) 654-JUNO [654-5866]
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]