pouët.net

Go to bottom

Introducing me, asking for a guide (or make this topic one), instroducing demo to Brazil and searching brazilians

category: general [glöplog]
If I was you, I'd try configuring Visual Studio Code to compile using e.g. Watcom and then run the resulting executable using Dosbox. I've done the same for nasm+dosbox and works great. Quick googling I found this template to do at least the Watcom part in VSCode:

linky
added on the 2022-06-06 06:41:33 by pestis pestis
So, you will make MS-DOS demos?
Well, good luck!
Ty @pestis, this looks really cool! :)

@T.M.D, haha, yes i want to do just for fun, some people said about the competitiveness of DOS people... :p
added on the 2022-06-08 01:09:09 by ySPHAx ySPHAx
then bring it on! :D
but be aware, that DOS is just an OS, mostly used because of lowlevel hardware access , that can be run on more or less every x86 systems since the eighties ... the more power the running system has, the more is espected to be shown, so for example sizecoding makes heavy use of the fancy cpu/fpu capabilities of modern systems .. at least you'll have to decide, what "platforms" (xt, at, oldschool, mid or highpower) you want to target, since everything is theoretically possible with DOS on modern platforms - showing copper bars on an i9-12900 powered system could lead to some disappointments ;) .. so it's not bad to focus on closed platforms with clear specifications ...
added on the 2022-06-08 17:48:28 by Asato Asato
there are some fantastic beginner coding tutorials out there. i think some in assembly party archives ,and also from revision too
added on the 2022-06-09 15:29:00 by Canopy Canopy
@Ty Asato, ty for warning me that... I was going to do on DosBox and see how much DosBox could handle, but i think i need to be more specific... :)

I already did some colorful stuff, but it is lame and there is a lot to go yet...

And ty @Canopy, in fact i think one used linked a website of the Scene with some source codes... <3
added on the 2022-06-12 01:16:13 by ySPHAx ySPHAx
DOSBox has cycle settings that lead to different perfomance ...

https://www.dosbox.com/wiki/Performance
added on the 2022-06-12 10:48:39 by Asato Asato
I can recommend MSVC for DOS as C compiler or FASM as cross platform assembler .. and for debugging Turbo Debugger ..
added on the 2022-06-12 10:51:23 by Asato Asato
... and if you want a more system accurate virtual machine for x86 PCs, try PCem

https://pcem-emulator.co.uk/
added on the 2022-06-12 10:54:35 by Asato Asato
Quote:
And ty @Canopy, in fact i think one used linked a website of the Scene with some source codes... <3


ok. I was talking about actual video seminars :)

a quick look at filenames in my folder of saved seminars


assembly 2008-628_demo_programming_for_beginners_h264_896kbit.mp4
assembly-2009_871_Demo_Programming_for_Beginners_h264_1856kbit.mp4
assembly2011-1272_arttech_seminars_basics_of_demo_programming_h264_1856kbit.mp4


there are obvs lots more on specific topics etc
added on the 2022-06-15 15:50:54 by Canopy Canopy

login

Go to top