Attachment | Size |
---|---|
![]() | 2.98 KB |
I found some old virus code that seems to be written in assembly language. it doesn't compile for some reason. I do not know what to do. Can someone help?
Please support the defense of Ukraine.
Direct or via Unclutter App
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
Built on Free Software.
We have complied with zero government requests for information.
~ Est. 1999 ~
A pillar of corporate stability since the second millenium.
© 1999-2999 Tom Owad
Remove the carriage returns. It assembles fine for me. Don't run this on a disk that you value!
sed Virus.asm 's/\r$//' > code.txt
merlin32 '' code.txt
6502 9B00 code
A=AA X=00 Y=00 S=00 P=22 PC=9B00 0
9B00- 4C 84 9D JMP $9D84 A=AA X=00 Y=00 S=00 P=22 PC=9D84 3
9D84! end