contents of the zipped file:
SK.COM
SideKick version 1.56
Copyright © 1884-85 BORLAND Inc.
PILOT.EXE
PC – PILOT (Programmer’s Pop-Up)
Freeware written by Tom Grubbe
Edited by The Geographix Corporation.
TLINK.EXE
Turbo Link Version 3.0
Copyright © 1987-1990 Borland International
TASM.EXE
Turbo Assembler Version 2.0
Copyright © 1988-1990 Borland International
Turbo Assembler Version 2.0, SideKick version 1.56, Turbo Link Version 3.0, PILOT.EXE (unknown, 663 hits)
Sample Source Code # 1
.model small
.code
org 100h
;Coded by Catzie Keng of http://catzie.net
start:
mov ah,2
mov dl,’A’
x: int 21h
inc dl
mov bh, dl
mov dl, 10
int 21h
mov dl, 13
int 21h
mov dl, bh
cmp dl,’Z’
jna x
int 20h
end start
;Coded by Catzie Keng of http://catzie.net
Sample Source Code # 2
.model small
.code
org 100h
;Coded by Catzie Keng of http://catzie.net
start:
mov ax,03
int 10h
mov ah,1
int 21h
mov bl,al
mov ah,1
int 21h
mov bh,al
mov ah,1
int 21h
mov ch,al
mov ah,2
mov dl,10
int 21h
mov dl,13
int 21h
mov dl,ch
int 21h
mov dl,bh
int 21h
mov dl,bl
int 21h
int 20h
end start
;Coded by Catzie Keng of http://poochycat.com
thank you its good
i will check
hi 😀
can u help me with assembly language?
im using micro assembler iDE…
how can i ask for d user a number then my prog will show if its ODD number or even. pls help me. thnks
Hello, you may want to try this one: check if input number is odd or even. The code is for TASM. It accepts a one-digit number, and then highlights either ODD or EVEN. I hope that helps, to give an idea at least in case it doesn’t work with the assembler you are using. 🙂
Thank you Catsie. =)
It doesn’t work.
im using micro assembler IDE v1.00..
hihi. thnks.
Oh well, I hope it gave an idea anyway. Good luck. 🙂
this is sangeet it is really fabalous
it is easy to learn
this is sangeet it is really fabalous
it is easy to use
DON’T operatin this TASM
hiii…i need turbo assembler tutor for education at my college. If you permitt me and give me some electronic book. please send to my email.or upload at my webstie. Thank’s before…
thanks.
Thanks Catzie for all posts
thanks…its very good…
i hav 64 bit os & i want to just write assembly languge please help me what type of software is able for this please reple me fast
is it depends on our os
My first post ! 🙂
I am trying to make a program that will multiply the first and the second number and subtract it from the 3rd number>> n3-(n1+n2).. but I don’t know how… please help, this computation is needed in my project…
Old good programs, cool hackers!
mov al, 20h
out 20h, al
ret
i have successfully downloaded it but when i try to open it, I can’t open it. What should I do? thanks
help:
i have problem in my program. after typing tasm (filename. theres words that say **Fatal** Command line: can’t locate file: ab.ASM
factly, I save this file in one folder with tasm.exe. can u help me? tanks.