Search found 155 matches
- Mon May 06, 2024 12:46 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 9198
Re: Learning ASM
MASM32 seems to provide some nice code samples to play with... .486 .model flat,stdcall option casemap :none include \masm32\include\windows.inc include \masm32\macros\macros.asm include \masm32\include\masm32.inc include \masm32\include\gdi32.inc include \masm32\include\user32.inc include \masm32\i...
- Tue Apr 23, 2024 11:19 am
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 9198
Re: Learning ASM
So far I'm finding it easy to write code in ASM for Linux, but a bit messy writing coding in ASM for DOS.
- Wed Apr 17, 2024 8:33 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 9198
Re: Learning ASM
Simple "Hello World!" program that works under FreeDOS... org 0x100 ; Code starts at offset 100h use16 ; Use 16-bit code mov ax,0900h ; DOS function: AX = 0900h (Show Message) mov dx,hello ; DX = "Hello World!$" int 21h ; Call a DOS function: AX = 0900h (Show Message) mov ax,4c00...
- Wed Apr 17, 2024 6:55 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 9198
Re: Learning ASM
I want to write something better.
Starting from beginner level might take a while.
Can I learn ASM faster than Steve can finish SR v7?
Hopefully.
Starting from beginner level might take a while.
Can I learn ASM faster than Steve can finish SR v7?
Hopefully.
- Wed Apr 17, 2024 5:35 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 9198
Learning ASM
I'm on a mission to learn ASM. It's going to be difficult at the beginning but in a few years I guess I can master it.
- Wed Apr 17, 2024 4:44 pm
- Forum: Hard Drive Diagnostic Tools
- Topic: SpinRite
- Replies: 211
- Views: 577703
- Wed Apr 17, 2024 1:52 am
- Forum: Hard Drive Diagnostic Tools
- Topic: SpinRite
- Replies: 211
- Views: 577703
Re: SpinRite
Looks like data loss to me...
- Sun Apr 14, 2024 10:57 pm
- Forum: General Discussions
- Topic: VirusTotal Scan is RWRS Malware?
- Replies: 7
- Views: 4686
Re: VirusTotal Scan is RWRS Malware?
Got RWRS 1.0.2.12 working on another PC running Windows 7. Will pull out that drive and do a virus scan to see if anything bad is there. RWRS looks interesting though.
Well bitdefender doesn't find anything that looks like malware.
Well bitdefender doesn't find anything that looks like malware.
- Sat Apr 13, 2024 5:59 pm
- Forum: DeepSpar
- Topic: Stablizer-10G
- Replies: 1
- Views: 6172
Stablizer-10G
Is it out of BETA testing yet?
Cost?
Cost?
- Sat Apr 13, 2024 12:14 pm
- Forum: R-Studio
- Topic: Hidden Devices
- Replies: 2
- Views: 6389