xboxscene.org forums

Author Topic: Xbox 360 Asm Compilator  (Read 208 times)

Dwack

  • Archived User
  • Newbie
  • *
  • Posts: 46
Xbox 360 Asm Compilator
« on: August 31, 2011, 02:47:00 PM »

QUOTE(Kuci @ Aug 31 2011, 01:37 AM) View Post

Hi ! Plese, is here any assembly compilator for xbox 360 ?



If I understand what you are asking...


Use kxam patch builder. You can run it without the .long (9f - 0F).


CODE
li %r3, 2
nop
blr


would give you:

CODE
38 60 00 02 60 00 00 00 4E 80 00 20
Logged

Kuci

  • Archived User
  • Newbie
  • *
  • Posts: 1
Xbox 360 Asm Compilator
« Reply #1 on: September 01, 2011, 05:19:00 AM »

I just wanna compile my C++ or ASM file into machine code, and than via C++ compilator, which XBOX 360 SDK contains, into simple binary file.
Logged