• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Statement-level assembler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Statement-level assembler


  • Subject: Statement-level assembler
  • From: Robert Purves <email@hidden>
  • Date: Tue, 10 Feb 2004 00:36:13 +1300

Statement-level assembler blocks show a curious anomaly in that a newline is apparently required after the opening brace (in Xcode 1.1). If it is omitted, a notably unhelpful error message results. Does this behaviour have a rational explanation, or is it a bug?

	asm { mr r3, sp }  // error: parse error before "r3"

	asm {
		mr r3, sp }   // OK


Robert P. _______________________________________________ xcode-users mailing list | email@hidden Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Statement-level assembler
      • From: Stan Shebs <email@hidden>
  • Prev by Date: Re: Distributed Compiling on a x86 machine
  • Next by Date: Re: Distributed Compiling on a x86 machine
  • Previous by thread: Re: Distributed Compiling on a x86 machine
  • Next by thread: Re: Statement-level assembler
  • Index(es):
    • Date
    • Thread