Announcement

Collapse
No announcement yet.

Absolute assurance of file uniqueness.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    Thank you Everyone for the codes and explanation.

    One question for ASM, does semi colon ; indicates a comment ? as shown in the code below

    Code:
    ! mul edi ;eax = eax * FNV_32_PRIME

    Can we use tilt ' instead of semi colon ; for ASM comments?

    Code:
    ! mul edi                '   eax = eax * FNV_32_PRIME

    Comment


      #22
      See PowerBASIC Help for ASM
      PowerBASIC recognizes either an apostrophe ( ' ) or a semi-colon ( ; ) to specify a comment after a line of assembler code:

      ! PUSH EAX ; save the EAX register

      ! PUSH EBX ' save the EBX register

      Comment


        #23
        Thank you Frank

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎