Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASM in DOS Batch
#1
How can I do ASM in DOS Batch :???: I searched google for batch forum, but I got nothing :wink:
f a fly walked, would it be called a walk?
Why dosn't someone make a word that rymes with purple or orange?
WHY AM I SO ANNOYING? Becuase I wanna!
Why am I typeing this? Cuz im bored!
Reply
#2
I don't think you can........ but wait for another responce just to make sure.
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#3
DOS Batch is a light scripting language, if even that. So it would make no sense if you could do ASM.
url=http://www.copy-pasta.com]CopyPasta[/url] - FilePasta
Reply
#4
You can't Sad Sorry.
his sig left intentionally blank
Reply
#5
you can use dos batch to write instructions to a temp file that you pass to debug.exe. like this:
Code:
@echo off
echo a >asm.txt
echo mov ax,13 >>asm.txt
echo int 10 >>asm.txt
echo. >>asm.txt
echo p 2 >>asm.txt
echo q >>asm.txt
debug <asm.txt
del asm.txt
this, in a way, is "doing asm in dos batch."
Reply
#6
you can do that???? awwwww
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#7
Quote:you can do that???? awwwww
Nothing is impossible, everything is permitted. Hail Eris! Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)