'Assembly' or 'Assembler'

For everything that's not in any way related to PureBasic. General chat etc...

Which is the more correct?

I have a firm understanding of assembly...
13
76%
I have a firm understanding of assembler...
4
24%
 
Total votes: 17

Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

'Assembly' or 'Assembler'

Post by Killswitch »

I'm writing my personal statement for my UCAS form (applicatation for university, for those outside the UK) and I'm takling about my programming ability. Now, I want to say that I have a grasp of ASM, but how exactly should I say it?
~I see one problem with your reasoning: the fact is thats not a chicken~
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Assembly: the language
Assembler: the assembler. Uh. I mean, the assembly "compiler".
u9
User
User
Posts: 55
Joined: Tue May 09, 2006 8:43 pm
Location: Faroe Islands
Contact:

Post by u9 »

Difficult to vote - do you understand the language and can make programs with it (first choice) or the assembler and what it does, which is basically just a translator from words to 1's and 0's (second choice). (I think)
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents. (Nathaniel Borenstein)
http://www.wirednerd.com
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

If you say you got a grasp on assembler; you wouldnt get in :P

From wikipedia:
An assembler is a computer program for translating assembly language — essentially, a mnemonic representation of machine language — into object code.
(From there you have to use a linker to get an EXE. FlatAssembler doesnt need a linker though; it can format the code directly. OR you can generate object code and use a linker like PB does.)
Assembly language, commonly called assembly, asm or symbolic machine code, is a human-readable notation for the machine language that a specific computer architecture uses.
edit: just noticed U9's post, and its true of course. If you know how to build an assembler you should say that, but ehm.. Look at the WIKI results! I think you should say that you got a grasp on the assembly language.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Re: 'Assembly' or 'Assembler'

Post by techjunkie »

Killswitch wrote:I want to say that I have a grasp of ASM, but how exactly should I say it?
Are you mention which assembly language you have grasp of? :wink:
Last edited by techjunkie on Fri Jun 16, 2006 1:34 am, edited 1 time in total.
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Trond wrote:Assembly: the language
Assembler: the assembler. Uh. I mean, the assembly "compiler".
+1
--Kale

Image
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

Post by Killswitch »

Thanks for the tips guys!
~I see one problem with your reasoning: the fact is thats not a chicken~
Post Reply