Welcome, Guest. Please login or register.

Author Topic: PowerPC asm programming  (Read 7860 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: PowerPC asm programming
« on: February 26, 2003, 02:52:23 PM »
Quote

fatman2021 wrote:

I also need to know the PowerPC equivalent to the x86 interrupt 10h


I think the equivalent for x86 interrupt 10h is OpenScreenTagList() =) =) =)
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: PowerPC asm programming
« Reply #1 on: February 26, 2003, 02:59:58 PM »
Quote

Tickly wrote:

Thats not quite true. Intuition.library provides commands for setting up displays and windows, and graphics.library provides the routines for rendering graphics into them. Intuition doesn't, for example, provide text, line drawing, area filling, or other graphics functions.



To be honest you are wrong here =) There are some (bit stupid) functions for rendering. One of them is PrintIText(). However it calls gfx lib functions for rendering but... ;)

Quote

In fact, intuition calls graphics.library functions to render its own graphics.


Just making you crazy! :)
My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: PowerPC asm programming
« Reply #2 on: February 26, 2003, 03:26:12 PM »
Quote

Tickly wrote:

Right, having downloaded and browsed the intuition autodoc (didn't have them to hand at work), intuition provides DrawBorder(), DrawImage() and PrintIText()


And to be honest.. those functions are crap.
My Amigas: A500, Mac Mini and PowerBook