Author Topic: Small timer app demo on Youtube.  (Read 2001 times)

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Small timer app demo on Youtube.
« on: October 15, 2020, 12:36:39 AM »
After grinding through a mountain of hardware, its a pleasure to be able to write some code again. The demo is a timer for synchronous external tasks and my use for it is timing batch files with large lists of MP4 video files.

https://www.youtube.com/watch?v=wAVgEA2eY0c

hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
Re: Small timer app demo on Youtube.
« Reply #1 on: October 17, 2020, 12:00:17 AM »
I like that,wouldnt it be a idea to have short clips from different asm programs ranging from all kinds of different things you can make with masm32/masm64 and use video editor to put them together to a longer clip,inbetween them a text showing a short description of the screencapture?
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Small timer app demo on Youtube.
« Reply #2 on: October 17, 2020, 12:28:54 AM »
I have re-written to code in 64 bit MASM, I just have not posted it yet.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
Re: Small timer app demo on Youtube.
« Reply #3 on: October 28, 2020, 03:04:44 AM »
I think I go with a different timer_app version like I have written above,but instead timer control a list of .exe

my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding