Re: [Freedos-devel] Learning DOS assembly programming

2023-12-27 Thread Aitor Santamaría via Freedos-devel
Hello Jim, As the rest suggested, I'd go for NASM too. It's plain and easy to get ongoing. It was my favourite when I wrote a couple of ASM utilities like APPEND. The drawback is that once you get used to it, you start reading assembly written for MASM or TASM and you happen to find a different

Re: [Freedos-devel] Learning DOS assembly programming

2023-12-27 Thread tom ehlert via Freedos-devel
Hallo Herr Jim Hall via Freedos-devel, am Dienstag, 26. Dezember 2023 um 17:42 schrieben Sie: > I actually never learned DOS assembly programming, but decided I'd > like to start. > What assembler do you recommend, for noobies, they are all the same: take NASM. "hello World" programmers don't

Re: [Freedos-devel] Learning DOS assembly programming

2023-12-27 Thread Radek Krzyśków via Freedos-devel
Hello Jim, I started learning assembly with 32-bit x86 Intel syntax (Windows), and it is easier to understand a flat memory model rather than all the segment-register addressing and some limitations of registers usage/combinations. Anyways, when it comes to real mode 16-bit DOS, the best way to

Re: [Freedos-devel] Learning DOS assembly programming

2023-12-27 Thread Ben Collver via Freedos-devel
In the early 90's, i learned assembly on DOS using the A86 assembler and the book Using Assembly Language by Allen Wyatt. It was enlightening to use the D86 debugger to step through other code, including the code in the BIOS ROM. The IDA disassembler came in handy later on. A86 & D86:

Re: [Freedos-devel] Learning DOS assembly programming

2023-12-27 Thread marcelo.spitteler--- via Freedos-devel
A86.  Sent from Yahoo Mail on Android On Tue, Dec 26, 2023 at 13:49, Jim Hall via Freedos-devel wrote: I actually never learned DOS assembly programming, but decided I'd like to start. What assembler do you recommend, and where is a good place to start learning about DOS assembly

[Freedos-devel] FYI: Website update happening this week

2023-12-27 Thread Jim Hall via Freedos-devel
I wanted to let everyone know that I'm planning to (finally!) put the new website "live" in the next few days. This is the updated version of the website that I've shared via email several times over the last year or so. The "test" version of the new site is here, if you want to preview it:

Re: [Freedos-devel] Merry Christmas to everyone

2023-12-27 Thread Mercury Thirteen via Freedos-devel
Thank you, and a Merry Christmas to you and your family! Sent with [Proton Mail](https://proton.me/) secure email. On Sunday, December 24th, 2023 at 11:16 PM, Jim Hall via Freedos-devel wrote: > I just wanted to wish everyone a Merry Christmas, to all who celebrate! > > Also looking forward