Skip to content

nihalshardul/Macro_Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Macro_Assembler

Here we written Macro code for using that block of statement in our program again and again...

whenever my macro function is called, my macro code is copied over that function...

And code is generated as my Assembly language...

To run that code type ->

python macro_assembler.py

After running this code my file generate nihal.asm file which is nasm assembly language program as...

nihal.asm

which can be direclly run as nasm program.

...Thank You...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published