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
super:expert_guides:asm_stylesheet [2018/04/02 02:52] – [Recommended Tools] kazutosuper:expert_guides:asm_stylesheet [2019/10/01 08:04] (current) – [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/65c816_XkasAsar_Dark.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.
  
Line 73: Line 73:
 {{:asmguidecustomlang2.png|}} {{:asmguidecustomlang2.png|}}
  
-Now the default theme has a white background, which is a pain in the eyes (that's why I use an all black background)+Now the default theme has a white background, which is a pain to the eyes (that's why I use an all black background)
 To change that, click ''Settings >> Style Configurator'', and under ''Select Themes'', select a dark theme you like (I'm using black board) To change that, click ''Settings >> Style Configurator'', and under ''Select Themes'', select a dark theme you like (I'm using black board)
 If you're still not happy with the slight blueish background or whatever color your theme's bg has,  If you're still not happy with the slight blueish background or whatever color your theme's bg has, 
super/expert_guides/asm_stylesheet.1522637571.txt.gz · Last modified: 2018/04/02 02:52 by kazuto