answersLogoWhite

0

Is it possible to run assembly language in unix?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Yes.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to run assembly language in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of hardware does Unix run on?

Unix can be run on a variety of server, mainframe, and workstation devices.


On which OS platform c pgm run in unix?

unix.


Are machine language and assembly language the same?

No, they are not the same. Assembly language uses mnemonic words to REPRESENT machine language; to be able to actually run it, a special program - a so-called assembler - then needs to convert it into machine language.


Why can't Unix be run on microcomputers?

Many versions of Unix can be run on microcomputers. Xenix, Solaris, Mac OS X, and IRIX all run on microcomputers.


What percentage of computers run on Unix?

Unix is not very popular with the general public. A more popular version is Linux. Around twenty percent tend to run on this system. Unix has competition also.


Can you run a C program in Unix?

Obviously. Unix is the original C platform. Also, the original A and B platform. :)


How much bits does UNIX supports?

Most modern UNIX systems run as a 64-bit Operating System.


How do you run a Unix program?

By typing its name into the shell


Does unix run as a dedicated server only?

No O.o


How many jobs run periodically in Unix?

As many as you want.


Where can you get a Unix shell for Windows?

A Unix shell can be obtained in Cygwin, a Unix compatibility layer used to compile Unix programs and run them on Windows. Microsoft also makes a shell known as "Windows PowerShell" which incorporates more Unix-like features than the standard command prompt.


What does bg stands for in computer system?

BG is a command on Unix and Unix-like operating systems to run a job(process) asynchronously in the background.