Author Topic: Adding two numbers with MASM32 ?  (Read 30146 times)

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: Adding two numbers with MASM32 ?
« Reply #105 on: August 05, 2022, 11:52:35 AM »
You should be fine. Go ahead and "make" that program, run it, see what you get. Let us know.

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Adding two numbers with MASM32 ?
« Reply #106 on: August 05, 2022, 12:03:58 PM »
deer,

If you are having problems with AV crap scanning your ZIP files, password the zip file and it will not access the content. As far as normal Windows UI programs, write them with a manifest AND version control block and most of the "donkey level" av scanners will not cause any problems.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #107 on: August 05, 2022, 12:14:39 PM »
deer,

If you are having problems with AV crap scanning your ZIP files, password the zip file and it will not access the content. As far as normal Windows UI programs, write them with a manifest AND version control block and most of the "donkey level" av scanners will not cause any problems.

I don't know what "AV" crap is.
I don't know what a "UI" program is.
I don't know what a "manifest" is.
I don't know what a "version control block" is.

If this is just too much, I understand.



NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: Adding two numbers with MASM32 ?
« Reply #108 on: August 05, 2022, 12:32:43 PM »
deer,

If you are having problems with AV crap scanning your ZIP files, password the zip file and it will not access the content. As far as normal Windows UI programs, write them with a manifest AND version control block and most of the "donkey level" av scanners will not cause any problems.
I don't know what "AV" crap is.
Like I explained: hypersensitive anti-virus programs.
Quote
I don't know what a "UI" program is.
More properly "GUI", graphical user interface, like most of the Windows programs you use (Word, Excel, web browser, etc.), as opposed to "console"-type apps like the one you just wrote that only display text in a "command" (MS-DOS-like) window.
Quote
I don't know what a "manifest" is.
Something you can apply to an executable program to alter its appearance or functionality. Don't sweat it for now. Will explain one if (and when) you finish your little challenge.
Quote
I don't know what a "version control block" is.
Again, don't sweat it. You don't need it at this point.

deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #109 on: August 05, 2022, 02:07:34 PM »

Thank you, NoCforMe! I appreciate it.

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Adding two numbers with MASM32 ?
« Reply #110 on: August 05, 2022, 02:26:11 PM »
 :thdn:

I don't know what "AV" crap is.
I don't know what a "UI" program is.
I don't know what a "manifest" is.
I don't know what a "version control block" is.

Any you are giving advice about "best programming practice" ?

We have rules about people pontificating in the Campus, misleading new members. Its not as if anyone here needs your advice, especially as its out of date, 1990 MS-DOS style coding in ignorance of many years of standard Windows User Interfaces.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #111 on: August 07, 2022, 11:47:57 AM »
Any you are giving advice about "best programming practice" ?
I DON'T KNOW WHAT YOU MEAN BY THIS.

We have rules about people pontificating in the Campus, misleading new members. Its not as if anyone here needs your advice, especially as its out of date, 1990 MS-DOS style coding in ignorance of many years of standard Windows User Interfaces.
I DON'T KNOW WHAT YOU MEAN BY THIS, EITHER.

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Adding two numbers with MASM32 ?
« Reply #112 on: August 08, 2022, 06:22:40 PM »
I would not recommend that you sit up at night sobbing silently while brushing away the tears so you don't make a soggy spot on the carpet.

The idea that there is a "best programming practice" for anyone to pontificate about, runs into the personal variation of each programmer who writes code as they choose and no-one is going to dictate to them how they write code.

As far as rules, the Campus is a protected forum where new members or members learning assembler will not be subject to pontification by anyone.

> I DON'T KNOW WHAT YOU MEAN BY THIS.

Tuff !  :badgrin:

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

deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #113 on: August 11, 2022, 11:23:30 AM »
The idea that there is a "best programming practice" for anyone to pontificate about, runs into the personal variation of each programmer who writes code as they choose and no-one is going to dictate to them how they write code.
I don't know why you keep mentioning "best programming practice".

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: Adding two numbers with MASM32 ?
« Reply #114 on: August 11, 2022, 12:02:39 PM »
His comments are aimed at me, not you. Don't you get that?

Don't sweat it. How are you coming on your programming challenge?

deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #115 on: August 11, 2022, 12:15:40 PM »
His comments are aimed at me, not you. Don't you get that?

Don't sweat it. How are you coming on your programming challenge?

I'm working on something having to do with timed events--hh.mm. Got to separate them and manipulate them separately. Not a big deal.

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: Adding two numbers with MASM32 ?
« Reply #116 on: August 11, 2022, 12:41:38 PM »
Sounds interesting. Post something here? Curious minds want to know.

deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #117 on: August 12, 2022, 03:47:50 PM »
Sounds interesting. Post something here? Curious minds want to know.
Will do. I'll start on that tomorrow. OK, that would be today, later.


deeR44

  • Member
  • **
  • Posts: 101
Re: Adding two numbers with MASM32 ?
« Reply #118 on: August 24, 2022, 03:22:11 PM »

Could not download your zip file. Windows said, "Couldn't download - Virus detected".




hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Adding two numbers with MASM32 ?
« Reply #119 on: August 24, 2022, 03:40:16 PM »
If its the zip file, "DeeR44test.zip", there is nothing wrong with it as I have downloaded it. You may need to change your security settings in Win11.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy: