User contributions for NovaSquirrel

From SNESdev Wiki
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

25 April 2024

18 December 2023

22 July 2023

10 July 2023

12 June 2023

4 May 2023

18 January 2023

5 October 2022

31 July 2022

7 June 2022

5 June 2022

2 June 2022

  • 03:3403:34, 2 June 2022 diff hist +2,252 N Register sizes in ca65Created page with "When the 65c816's registers switch between being 8-bit and 16-bit, that affects how the processor expects instructions with immediate operands to be stored. For example, when the 65c816 encounters opcode <code>A9</code> (which is <code>LDA #value</code>) the current size of the accumulator determines if it will try to read one or two bytes after the opcode. This creates a problem for assemblers - they have to know whether to encode <code>LDA #1</code> as <code>A9 01</cod..."
  • 03:1803:18, 2 June 2022 diff hist +6 65c816 for 6502 developers→‎16-bit registers!: Fix the processor flag table

1 June 2022

31 May 2022

30 May 2022

28 May 2022

  • 20:4020:40, 28 May 2022 diff hist +4,259 N DMA examplesCreated page with "This page provides examples on how to use DMA registers to do fast copies on the SNES. These examples use the following defines to make the code clearer: <pre> ; Registers Also known as... DMAMODE = $4300 ; DMAPn DMAPPUREG = $4301 ; BBADn DMAADDR = $4302 ; A1TnL DMAADDRHI = $4303 ; A1TnH DMAADDRBANK = $4304 ; A1Bn DMALEN = $4305 ; DASnL DMALENHI = $4306 ; DASnH ; Configuration for $43n0 ; OR these together to get the desired e..."
  • 07:2507:25, 28 May 2022 diff hist +181 Multiplication→‎References: Link to more examples of multiplication routines

26 May 2022

25 May 2022

23 May 2022

22 May 2022

21 May 2022

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)