User:TimoVM/RAM Writer setups: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 1,050: Line 1,050:
===Building the full RAM writer===
===Building the full RAM writer===


We will be installing the full RAM writer using a series of mail codes. These mail codes will be assembled using [https://scotteh.me/tm17/#mail Scotteh's mail code tool]. Copy paste the entire code in the text box on the mail code tool's page, then press "Run".
We will be installing the full RAM writer using a series of mail codes. These mail codes will be assembled using [https://scotteh.me/ace/mail/ Scotteh's mail code tool]. Copy paste the entire code in the text box on the mail code tool's page, then press "Run".


{| class="wikitable"
{| class="wikitable"
|+ Codes to be used with [https://scotteh.me/tm17/#mail Scotteh's mail code tool]
|+ Codes to be used with [https://scotteh.me/ace/mail/ Scotteh's mail code tool]
|-
|-
! Installation at $DD55 (18 codes)
! Installation at $DD55 (18 codes)
Line 1,316: Line 1,316:
18 F1 jr, .loop
18 F1 jr, .loop
</pre>
</pre>

Known limitations:
* The first written byte cannot be $00, otherwise the mail writer will prematurely stop converting characters.
* The first character needs to have a value of $80 or higher.
* The second character cannot be $A0 or $9A


===Full RAM writer===
===Full RAM writer===