User Tools

Site Tools


super:expert_guides:asm_stylesheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
super:expert_guides:asm_stylesheet [2018/04/02 02:52] – [Recommended Tools] kazutosuper:expert_guides:asm_stylesheet [2018/07/26 20:15] – [Recommended Tools] black_falcon
Line 42: Line 42:
   * Debugging Emulator - [[http://bsnes.revenant1.net/|bsnes-plus]] or [[http://www.zophar.net/snes/geiger-s-snes9x-debugger.html|Geigers SNES9x Debugger]] - Geiger's v1.51 may have some minor issues (mostly graphical), bsnes-plus is more recent. Both are highly useful for disassembling code, take your pick.\\   * Debugging Emulator - [[http://bsnes.revenant1.net/|bsnes-plus]] or [[http://www.zophar.net/snes/geiger-s-snes9x-debugger.html|Geigers SNES9x Debugger]] - Geiger's v1.51 may have some minor issues (mostly graphical), bsnes-plus is more recent. Both are highly useful for disassembling code, take your pick.\\
   * Hex Editor - [[http://mh-nexus.de/de/downloads.php?product=HxD|HxD]] recommended, also has file comparison if you prefer this one.\\   * Hex Editor - [[http://mh-nexus.de/de/downloads.php?product=HxD|HxD]] recommended, also has file comparison if you prefer this one.\\
-  * Calculator - Anything that can calculate and convert between 0x <> 0d <> 0b (you better know what those mean)\\+  * Calculator - Anything that can calculate and convert between 0x <> 0d <> 0b\\
  
 __Tools recommended that once used you don't want to miss anymore:__ __Tools recommended that once used you don't want to miss anymore:__
  
-   * [[https://notepad-plus-plus.org/|Notepad++]] and [[https://dl.dropboxusercontent.com/u/18141148/website/Hacking%20Stuffz/65816asm%28xkasv06%29.xml |my ASM Stylesheet]] - A synonym for "saving years of your life"in this guide we'll be using my custom ASM stylesheet.+   * [[https://notepad-plus-plus.org/|Notepad++]] and [[http://blackfalcon.metroidconstruction.com/resources/65816_CustomLang.xml |my ASM Stylesheet]] - to have syntax highlighting for SNES ASM codeincluding xkas v6 commands.
    * [[http://www.romhacking.net/utilities/395/|SNES Professional ASM Development kit]] - Allows you to view and modify asm code directly in the ROM.    * [[http://www.romhacking.net/utilities/395/|SNES Professional ASM Development kit]] - Allows you to view and modify asm code directly in the ROM.
  
super/expert_guides/asm_stylesheet.txt · Last modified: 2019/10/01 08:04 by black_falcon