answersLogoWhite

0

Machine language is nothing but numeric codes. Because humans have a difficult time remembering numeric codes, manufacturers of microprocessors create mnemonics; these sets of mnemonics are called assembly language. Each processor family has its own set of mnemonics, or assembly language, so assembly for the Intel processor used in many PCs is different from the assembly for a Motorola processor. In fact the assembly for different processors made by the same manufacturer will have assembly that differs, sometimes by a little, sometimes significantly. A quick example of one type of Motorola assembly, to clear 10 32-bit memory locations might look like this:

movea #$6000,ao

move.l #10,d7

10$

clr.l (a0+)

subq.l #1,d7

bne.s 10$

rts

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
More answers

Machine code is an encoded sequence that is specific to a particular type of machine. In computing, machine code is encoded using binary notation. Every computer platform has its own set of instructions and architecture, and machine code must be specifically engineered separately for each platform. Code written specifically for an IBM mainframe will not operate upon an Apple Mac, for instance.

User Avatar

Wiki User

9y ago
User Avatar

Some examples of programming languages include Java, C++, PHP, and Python. Each is designed for a specific task and has its own, unique features.

User Avatar

Wiki User

10y ago
User Avatar

Some programming languages:

  • C, C++, C#
  • Lisp
  • Pascal, Turbo Pascal
  • Java
  • Cobol
  • Fortran
  • Prolog
User Avatar

Wiki User

11y ago
User Avatar

Basic & Pascal.

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What are examples of machine level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp