answersLogoWhite

0


Best Answer

RETurn from a subrutin or interrupt handler.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the RET statement do in assembly language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is accembly language?

Assembly language is a low level language where each statement (mostly) corresponds with one machine instruction. Higher level languages, such as C and FORTRAN, generate multiple machine instructions for each statement.


What is structured assemly language programming and C programming?

A way of writing computer programs that are human readable (and understandable to programmers).


What computer language uses mnemonic names?

Assembly Language


How do you abbreviate retired after professor name?

ret or Ret or RET for abbreviated retired


What assembly language directive indicates the start of the code segment?

The "ORG" (for "origin") statement indicates the start of the code segment. Many assembly language source files start with "ORG 0", indicating that instructions begin at address 0. Many other assembly language source files, such as COM files, start with "ORG 0x100", indicating that instructions begin at address 0x100.


Is c language assembly language?

No.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


Reserved word in assembly language program?

use of reserved word in assembly language


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


Is Assembly language is a high-level language?

No.


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.