Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


My First Assembly Program filter_list
Author
Message
My First Assembly Program #1
Hello HC,

This is my 1st assembly program on 8 and 16 bit Microprocessor Smile

I'm using An Assembler TASM (TURBO ASSEMBLER) for compiling the code.. Smile

Check it..!! Wink

Code:
; exams over.. :(
; getting bored...  
;time to learn and time to bang \m/
;back in 1337 world..

.model small
.stack 1024h
.data

    msg db 'Hello HackCommunity','$';
.source
.start
move ac,@data
mov ds,ac
mov ah,12
mov dx,offset msg
int 25h
mov ahx,4ch
int 25h
end



I want to learn more and more about assembly programming,

Please suggest me some good tuts or books Wink

Thank you..!! Smile
whoami;id

root
uid=0(root) gid=0(root) groups=0(root)

Reply

RE: My First Assembly Program #2
Use code tags and edit your thread and remove the empty align and quote tags. you must also mention that what assembler you have used for compiling the Assembly code example : MASM or NASM

See the resource collection in the link below you will get good tutorials.
http://www.hackcommunity.com/Thread-Prog...sing-guide

thank you,
Sincerely,
Psycho_Coder
[Image: OilyCostlyEwe.gif]

Reply

RE: My First Assembly Program #3
(06-18-2013, 07:33 PM)Psycho_Coder Wrote: Use code tags and edit your thread and remove the empty align and quote tags. you must also mention that what assembler you have used for compiling the Assembly code example : MASM or NASM

See the resource collection in the link below you will get good tutorials.
http://www.hackcommunity.com/Thread-Prog...sing-guide

thank you,
Sincerely,
Psycho_Coder
yes bro.. I know thanks.. Smile

Now check it,,,
whoami;id

root
uid=0(root) gid=0(root) groups=0(root)

Reply

RE: My First Assembly Program #4
(06-18-2013, 07:36 PM)pratham Wrote:
(06-18-2013, 07:33 PM)Psycho_Coder Wrote: Use code tags and edit your thread and remove the empty align and quote tags. you must also mention that what assembler you have used for compiling the Assembly code example : MASM or NASM

See the resource collection in the link below you will get good tutorials.
http://www.hackcommunity.com/Thread-Prog...sing-guide

thank you,
Sincerely,
Psycho_Coder
yes bro.. I know thanks.. Smile

Now check it,,,


Looking better now.

Quote:I like this part:
; exams over.. Sad
; getting bored...
;time to learn and time to bang \m/
;back in 1337 world..


Wait for my Assembly Tutorial on HC. Coming Soon!!!!
[Image: OilyCostlyEwe.gif]

Reply

RE: My First Assembly Program #5
(06-18-2013, 07:46 PM)Psycho_Coder Wrote:
(06-18-2013, 07:36 PM)pratham Wrote:
(06-18-2013, 07:33 PM)Psycho_Coder Wrote: Use code tags and edit your thread and remove the empty align and quote tags. you must also mention that what assembler you have used for compiling the Assembly code example : MASM or NASM

See the resource collection in the link below you will get good tutorials.
http://www.hackcommunity.com/Thread-Prog...sing-guide

thank you,
Sincerely,
Psycho_Coder
yes bro.. I know thanks.. Smile

Now check it,,,


Looking better now.

Quote:I like this part:
; exams over.. Sad
; getting bored...
;time to learn and time to bang \m/
;back in 1337 world..


Wait for my Assembly Tutorial on HC. Coming Soon!!!!

hhhhhh... Biggrin Biggrin Commented Part... Comment is important in programming.. Biggrin


Okay.. I'll wait....
whoami;id

root
uid=0(root) gid=0(root) groups=0(root)

Reply

RE: My First Assembly Program #6
(06-18-2013, 07:46 PM)Psycho_Coder Wrote: Wait for my Assembly Tutorial on HC. Coming Soon!!!!

That would be awesome to see. Looking forth to it.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: My First Assembly Program #7
Yes.. I have the knowledge of 8085, 8086, 80810, 80801, 80286, 80386, 80486 microprocessor.. 8085 contains 78 instructions.. But i don't have knowledge of asm programming.. That's y i started.. Smile
assembly is awesome language use to become 1337.. Because if u know the concept of assembly, u can do reverse engg, bof, etc Smile
whoami;id

root
uid=0(root) gid=0(root) groups=0(root)

Reply

RE: My First Assembly Program #8
Nice bro ... Good to see.. well done Smile

Reply

RE: My First Assembly Program #9
(06-19-2013, 06:51 AM)pratham Wrote: bof

What do you mean by "bof"? 'cause I usually mean begin of file as opposed to eof.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: My First Assembly Program #10
No no bro bof means buffer overflow.. My favorite <3 @noize

thanx bro @chengwotwot

thanx bro @MrGeek
whoami;id

root
uid=0(root) gid=0(root) groups=0(root)

Reply







Users browsing this thread: 2 Guest(s)