Re: Windows Assembly
- From: "JGCASEY" <jgkjcasey@xxxxxxxxxxxx>
- Date: 13 Sep 2005 02:27:29 -0700
Betov wrote:
> I do not know of any Language, including
> the Script Languages, that i could masterize
> in one week.
>
> Nevertheless, i keep convinced, that, with
> RosAsm and the associated Tutorials and
> Documentations, even a true beginner, with
> a normal IQ, could have his first App up
> and going, in one week or two.
Depends what you mean by an App. We can all
get "Hello World" up in a no time at all in
just about any language or OS :)
Knowing a language for me means being able
to translate my BASIC, C or Assembler routines
into that language and that OS.
I forget how long it took me to achieve this
with C and DOS. I seem to remember the hard
bit was remembering to end each line with ;
Often the issue was getting details like how
to access mode 13h when C didn't come with
a PSET(x,y),c
Assembler was easy to use with DOS as there
was documentation as regards hardware registers
and where the screen memory was. So writing
a SetPixel x,y,c in assembler was a no brainer.
Someone coming from one language to another
or one OS to another have a lot less to learn
than a raw beginner. The frustrating part is
having to learn how to do it in *this* OS
with *this* language when you can already do
it in another language and OS.
-
John
.
- Follow-Ups:
- Re: Windows Assembly
- From: Betov
- Re: Windows Assembly
- References:
- Windows Assembly
- From: Richard Cooper
- Re: Windows Assembly
- From: JGCASEY
- Re: Windows Assembly
- From: Richard Cooper
- Re: Windows Assembly
- From: JGCASEY
- Re: Windows Assembly
- From: Betov
- Re: Windows Assembly
- From: JGCASEY
- Re: Windows Assembly
- From: Betov
- Windows Assembly
- Prev by Date: Re: Windows Assembly
- Next by Date: Re: Windows Assembly
- Previous by thread: Re: Windows Assembly
- Next by thread: Re: Windows Assembly
- Index(es):
Relevant Pages
|