Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6909659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:43:02+00:00 2026-05-27T08:43:02+00:00

How do I define a procedure cal, for example, fabs in MASM? fabs PROC

  • 0

How do I define a procedure cal, for example, fabs in MASM?

fabs PROC
     ...
fabs END

gives me an error, because fabs is a built-in instruction name.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:43:02+00:00Added an answer on May 27, 2026 at 8:43 am

    I didn’t find an option for MASM (/Cp, /Cx, /Cu don’t seem to help). But I found a workaround for TASM:

    public fabs
    
    code segment
    
    fabs proc
    nop
    ret
    fabs endp
    
    code ends
    
    end
    

    Can be compiled as tasm.exe /ml fa.asm. fabs will appear in the object file and listing as the symbol name. Listing:

    Symbol Name                       Type   Value
    
    ??date                            Text   "12/04/11"
    ??filename                        Text   "fa      "
    ??time                            Text   "04:32:11"
    ??version                         Number 0314
    @Cpu                              Text   0101H
    @FileName                         Text   fa
    @WordSize                         Text   2
    @curseg                           Text   code
    fabs                              Near   code:0000
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Chapter 16 of The Seasoned Schemer, the authors define a recursive procedure depth,
I defined the Scheme procedure to return another procedure with 2 parameters : (define
Is it possible to define a current user? I found a stored procedure 'sp_mgGetConnectedUsers'.
How to use cascade and inverse in hibernate? What is the procedure/tag to define
; defining stream-for-each (define (stream-for-each proc s) (if (stream-null? s) 'done (begin (proc (stream-car
I want to define stored procedure parameters which do not allow null arguments. alt
How can I define a multi-statement function or procedure in using the MySQLdb lib
I looked for the name of a procedure, which applies a tree structure of
I'd like to use a stored procedure to define the IN clause of a
In Maple (version 14, if it matters), I define a procedure that uses a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.