
Search found 160 matches
- Sun Mar 16, 2025 10:29 pm
- Forum: General Discussions
- Topic: Testing ChatGPT - Who wrote JpegDigger?
- Replies: 0
- Views: 15110
Testing ChatGPT - Who wrote JpegDigger?
ChatGPT Response: JpegDigger was developed by Joep van Steen, the founder of DiskTuna.


- Sat Mar 15, 2025 12:15 am
- Forum: General Discussions
- Topic: Best Book to Read
- Replies: 0
- Views: 4662
Best Book to Read
This is the best book to read...
How to deal with dying seagate hard drives.
Source:
How to deal with dying seagate hard drives.

Source:
- Fri Mar 14, 2025 10:06 am
- Forum: DeepSpar
- Topic: USB Stablizer-10Gb Videos from DeepSpar
- Replies: 1
- Views: 49313
Re: USB Stablizer-10Gb Videos from DeepSpar
The training video was very informative. Thanks.
- Fri Mar 14, 2025 9:59 am
- Forum: MRT Data Explorer
- Topic: Long File Paths - Still
- Replies: 5
- Views: 125490
Re: Long File Paths - Still
Either they do not care, or the issue is not reaching the developers.
- Mon Mar 10, 2025 5:49 pm
- Forum: Technical Support
- Topic: Linux Mint 22 - not mounting NTFS
- Replies: 1
- Views: 66580
Re: Linux Mint 22 - not mounting NTFS
Thanks for the tip. 

- Mon May 06, 2024 12:46 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 40852
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: 40852
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: 40852
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: 40852
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: 40852
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.