My First Assembly Program 06-18-2013, 07:27 PM
#1
Hello HC,
This is my 1st assembly program on 8 and 16 bit Microprocessor
I'm using An Assembler TASM (TURBO ASSEMBLER) for compiling the code..
Check it..!!
I want to learn more and more about assembly programming,
Please suggest me some good tuts or books
Thank you..!!
This is my 1st assembly program on 8 and 16 bit Microprocessor

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

Check it..!!

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
endI want to learn more and more about assembly programming,
Please suggest me some good tuts or books

Thank you..!!
whoami;id
root
uid=0(root) gid=0(root) groups=0(root)
root
uid=0(root) gid=0(root) groups=0(root)



![[+]](https://sinister.li/images/modern/collapse_collapsed.png)
![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)
