P Language : AL

 Assembly Language


Assembly program have some commands to create and run the code such as add, sub, inc, dec, push, pop, mul, div etc. Assembly Programming can work in emulator software. From below showed some examples.


Ex : 

Translate the following High-level language assignment statement into assembly programming & assembly code where A, B, C are variables.

A = -2((A+2)-3(B-1)+2(C+1)) 


cd



result





Comments

Popular posts from this blog

P Language

About Me

P Language : AL