Assembler compiler


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Assembler compiler
# 1  
Old 06-02-2008
Assembler compiler

Hi All,

Now recently semi-retired and needing some mental stimulation. As an ex VMS person I used to use the assembly language compiler that came with VMS. I know that my flavour of Unix (True64 / Digital Unix) comes with a C compiler but is there an assembler lurking in there? Have checked the doco and can't find anything. I miss the challenge of assembler.

Regards...
# 2  
Old 06-03-2008
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Reading hex data from assembler

Hi, I have files that has got ebcdic character set and also, there are fields like binary and hex fields. is there a way to convert this to normal ascii data by taking care of comp & comp-3 fields? Many Thanks!! (10 Replies)
Discussion started by: ahmedwaseem2000
10 Replies

2. Programming

Does the assembler output differ between operating systems ?

The assembly code generated by assembler, from a C-source code depends on the CPU architecture underlying it, eg x-86 . Then does the assembler output of a simple C-source code (containing common function-calls of both windows and linux) differ between Operating Systems ? (1 Reply)
Discussion started by: vishwamitra
1 Replies

3. Solaris

Assembler for Solaris

Is there any assembler for Solaris ---------- Post updated at 10:41 AM ---------- Previous update was at 10:40 AM ---------- found please delete topic (2 Replies)
Discussion started by: microbot
2 Replies

4. Shell Programming and Scripting

assembler error message

assembler messages for reading open no such file or directory :) (1 Reply)
Discussion started by: sanjyotdk
1 Replies

5. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

6. Programming

How to use assembler (as) in UNIX? [I got errors using assembler]

Hi, folks, I have a simple program main.c. The program is very simple, just for testing purpose. The program was proven correct by using "gcc". Now I would compile it step by step from main.c to main.o. Here is what I did: cpp main.c main.i <This step succeeded> cc main.i -o... (5 Replies)
Discussion started by: meili100
5 Replies

7. Shell Programming and Scripting

mainframe assembler file into Unix

Hi, I have received a mainframe file ( VSAM file ) . I would like to handle that file in Unix. i.e I would like to take the last record of the file. I have given wc -l <file_name> , it gives 0 lines. Even though It has some lines , it is not giving count exactly. When I gave file <file_name>... (1 Reply)
Discussion started by: thambi
1 Replies
Login or Register to Ask a Question