All public logs
From NerdConsole
Jump to navigationJump to search
Combined display of all available logs of NerdConsole. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:57, 31 January 2024 NerdOfEpic talk contribs created page OpCode - NOP (Created page with "'''NOP''' No Operation {| class='wikitable' ! Op !! Inst !! Address Modes |- | $EA || NOP || Implied |} Return to the OpCodes table.")
- 20:56, 31 January 2024 NerdOfEpic talk contribs created page OpCode - LSR (Created page with "'''LSR''' Logical Shift Right {| class='wikitable' ! Op !! Inst !! Address Modes |- | $46 || LSR || Zero Page Absolute |- | $4A || LSR || Accumulator |- | $4E || LSR || Absolute |- | $56 || LSR || Zero Page Indexed X |- | $5E || LSR || Absolute Indexed X |} Return to th...")
- 20:56, 31 January 2024 NerdOfEpic talk contribs created page OpCode - LDY (Created page with "'''LDY''' Load Y Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $A0 || LDY || Immediate |- | $A4 || LDY || Zero Page Absolute |- | $AC || LDY || Accumulator |- | $B4 || LDY || Zero Page Indexed X |- | $BC || LDY || Absolute Indexed X |} Return to the...")
- 20:55, 31 January 2024 NerdOfEpic talk contribs created page OpCode - LDX (Created page with "'''LDX''' Load X Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $A2 || LDX || Immediate |- | $A6 || LDX || Zero Page Absolute |- | $AE || LDX || Absolute |- | $B6 || LDX || Zero Page Indexed Y |- | $BE || LDX || Absolute Indexed Y |} Return to the 65C0...")
- 20:55, 31 January 2024 NerdOfEpic talk contribs created page OpCode - LDA (Created page with "'''LDA''' Load Accumulator {| class='wikitable' ! Op !! Inst !! Address Modes |- | $A1 || LDA || Zero Page Indirect Pre-indexed X |- | $A5 || LDA || Zero Page Absolute |- | $A9 || LDA || Immediate |- | $AD || LDA || Absolute |- | $B1 || LDA || Address Mode - Zero Page Indirect Post-indexed Y|Zer...")
- 20:55, 31 January 2024 NerdOfEpic talk contribs created page OpCode - JSR (Created page with "'''JSR''' Jump to Subroutine {| class='wikitable' ! Op !! Inst !! Address Modes |- | $20 || JSR || Absolute |} Return to the OpCodes table.")
- 20:54, 31 January 2024 NerdOfEpic talk contribs created page OpCode - JMP (Created page with "'''JMP''' Jump {| class='wikitable' ! Op !! Inst !! Address Modes |- | $4C || JMP || Absolute |- | $6C || JMP || Indirect |- | $7C || JMP || Absolute Indexed X Indirect |} Return to the OpCodes table.")
- 20:54, 31 January 2024 NerdOfEpic talk contribs created page OpCode - INY (Created page with "'''INY''' Increment Y Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $C8 || INY || Implied |} Return to the OpCodes table.")
- 20:54, 31 January 2024 NerdOfEpic talk contribs created page OpCode - INX (Created page with "'''INX''' Increment X Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $E8 || INX || Implied |} Return to the OpCodes table.")
- 20:54, 31 January 2024 NerdOfEpic talk contribs created page OpCode - INC (Created page with "'''INC''' Increment Accumulator {| class='wikitable' ! Op !! Inst !! Address Modes |- | $1A || INC || Accumulator |- | $E6 || INC || Zero Page Absolute |- | $EE || INC || Absolute |- | $F6 || INC || Zero Page Indexed X |- | $FE || INC || Absolute Indexed X |} Return to...")
- 20:53, 31 January 2024 NerdOfEpic talk contribs created page OpCode - EOR (Created page with "'''EOR''' Bitwise Exclusive OR {| class='wikitable' ! Op !! Inst !! Address Modes |- | $41 || EOR || Zero Page Indirect Pre-indexed X |- | $45 || EOR || Zero Page Absolute |- | $49 || EOR || Immediate |- | $4D || EOR || Absolute |- | $51 || EOR || Address Mode - Zero Page Indirect Post-indexed Y...")
- 20:53, 31 January 2024 NerdOfEpic talk contribs created page OpCode - DEY (Created page with "'''DEY''' Decrement Y Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $88 || DEY || Implied |} Return to the OpCodes table.")
- 20:53, 31 January 2024 NerdOfEpic talk contribs created page OpCode - DEX (Created page with "'''DEX''' Decrement X Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $CA || DEX || Implied |} Return to the OpCodes table.")
- 20:52, 31 January 2024 NerdOfEpic talk contribs created page OpCode - DEC (Created page with "'''DEC''' Decrement Accumulator {| class='wikitable' ! Op !! Inst !! Address Modes |- | $3A || DEC || Accumulator |- | $C6 || DEC || Zero Page Absolute |- | $CE || DEC || Absolute |- | $D6 || DEC || Zero Page Indexed X |- | $DE || DEC || Absolute Indexed X |} Return to...")
- 20:52, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CPY (Created page with "'''CPY''' Compare with Y Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $C0 || CPY || Immediate |- | $C4 || CPY || Zero Page Absolute |- | $CC || CPY || Absolute |} Return to the OpCodes table.")
- 20:52, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CPX (Created page with "'''CPX''' Compare with X Register {| class='wikitable' ! Op !! Inst !! Address Modes |- | $E0 || CPX || Immediate |- | $E4 || CPX || Zero Page Absolute |- | $EC || CPX || Absolute |} Return to the OpCodes table.")
- 20:51, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CMP (Created page with "'''CMP''' Compare with Accumulator {| class='wikitable' ! Op !! Inst !! Address Modes |- | $C1 || CMP || Zero Page Indirect Pre-indexed X |- | $C5 || CMP || Zero Page Absolute |- | $C9 || CMP || Immediate |- | $CD || CMP || Absolute |- | $D1 || CMP || Address Mode - Zero Page Indirect Post-index...")
- 20:51, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CLV (Created page with "'''CLV''' Clear Overflow {| class='wikitable' ! Op !! Inst !! Address Modes |- | $B8 || CLV || Implied |} Return to the OpCodes table.")
- 20:50, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CLI (Created page with "'''CLI''' Clear Interrupt {| class='wikitable' ! Op !! Inst !! Address Modes |- | $58 || CLI || Implied |} Return to the OpCodes table.")
- 20:49, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CLD (Created page with "'''CLD''' Clear Decimal {| class='wikitable' ! Op !! Inst !! Address Modes |- | $D8 || CLD || Implied |} Return to the OpCodes table.")
- 20:49, 31 January 2024 NerdOfEpic talk contribs created page OpCode - CLC (Created page with "'''CLC''' Clear Carry {| class='wikitable' ! Op !! Inst !! Address Modes |- | $18 || CLC || Implied |} Return to the OpCodes table.")
- 20:48, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BVS (Created page with "'''BVS''' Branch on Overflow Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $70 || BVS || Relative |} Return to the OpCodes table.")
- 20:48, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BVC (Created page with "'''BVC''' Branch on Overflow Clear {| class='wikitable' ! Op !! Inst !! Address Modes |- | $50 || BVC || Relative |} Return to the OpCodes table.")
- 20:47, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BRK (Created page with "'''BRK''' Break {| class='wikitable' ! Op !! Inst !! Address Modes |- | $00 || BRK || Implied |} Return to the OpCodes table.")
- 20:47, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BRA (Created page with "'''BRA''' Branch Always {| class='wikitable' ! Op !! Inst !! Address Modes |- | $80 || BRA || Relative |} Return to the OpCodes table.")
- 20:47, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BPL (Created page with "'''BPL''' Branch on Plus {| class='wikitable' ! Op !! Inst !! Address Modes |- | $10 || BPL || Relative |} Return to the OpCodes table.")
- 20:46, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BNE (Created page with "'''BNE''' Branch on Not Equal {| class='wikitable' ! Op !! Inst !! Address Modes |- | $D0 || BNE || Relative |} Return to the OpCodes table.")
- 20:46, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BMI (Created page with "'''BMI''' Branch on Minus {| class='wikitable' ! Op !! Inst !! Address Modes |- | $30 || BMI || Relative |} Return to the OpCodes table.")
- 20:46, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BIT (Created page with "'''BIT''' Test Bits {| class='wikitable' ! Op !! Inst !! Address Modes |- | $24 || BIT || Zero Page Absolute |- | $2C || BIT || Absolute |- | $34 || BIT || Zero Page Indexed X |- | $3C || BIT || Absolute Indexed X |- | $89 || BIT || Immediate |} Return to the 65C02 CPU...")
- 20:45, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BEQ (Created page with "'''BEQ''' Branch on Equal {| class='wikitable' ! Op !! Inst !! Address Modes |- | $F0 || BEQ || Relative |} Return to the OpCodes table.")
- 20:45, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BCS (Created page with "'''BCS''' Branch on Carry Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $B0 || BCS || Relative |} Return to the OpCodes table.")
- 20:45, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BCC (Created page with "'''BCC''' Branch on Carry Clear {| class='wikitable' ! Op !! Inst !! Address Modes |- | $90 || BCC || Relative |} Return to the OpCodes table.")
- 20:44, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS7 (Created page with "'''BBS7''' Branch if Bit 7 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $FF || BBS7 || Relative |} Return to the OpCodes table.")
- 20:44, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS6 (Created page with "'''BBS6''' Branch if Bit 6 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $EF || BBS6 || Relative |} Return to the OpCodes table.")
- 20:43, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS5 (Created page with "'''BBS5''' Branch if Bit 5 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $DF || BBS5 || Relative |} Return to the OpCodes table.")
- 20:43, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS4 (Created page with "'''BBS4''' Branch if Bit 4 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $CF || BBS4 || Relative |} Return to the OpCodes table.")
- 20:43, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS3 (Created page with "'''BBS3''' Branch if Bit 3 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $BF || BBS3 || Relative |} Return to the OpCodes table.")
- 20:43, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS2 (Created page with "'''BBS2''' Branch if Bit 2 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $AF || BBS2 || Relative |} Return to the OpCodes table.")
- 20:42, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS1 (Created page with "'''BBS1''' Branch if Bit 1 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $9F || BBS1 || Relative |} Return to the OpCodes table.")
- 20:42, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBS0 (Created page with "'''BBS0''' Branch if Bit 0 Set {| class='wikitable' ! Op !! Inst !! Address Modes |- | $8F || BBS0 || Relative |} Return to the OpCodes table.")
- 20:42, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR5 (Created page with "'''BBR5''' Branch if Bit 5 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $5F || BBR5 || Relative |} Return to the OpCodes table.")
- 20:39, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR7 (Created page with "'''BBR7''' Branch if Bit 7 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $7F || BBR7 || Relative |} Return to the OpCodes table.")
- 20:39, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR6 (Created page with "'''BBR6''' Branch if Bit 6 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $6F || BBR6 || Relative |} Return to the OpCodes table.")
- 20:38, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR4 (Created page with "'''BBR4''' Branch if Bit 4 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $4F || BBR4 || Relative |} Return to the OpCodes table.")
- 20:37, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR3 (Created page with "'''BBR3''' Branch if Bit 3 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $3F || BBR3 || Relative |} Return to the OpCodes table.")
- 20:37, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR2 (Created page with "'''BBR2''' Branch if Bit 2 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $2F || BBR2 || Relative |} Return to the OpCodes table.")
- 20:36, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR1 (Created page with "'''BBR1''' Branch if Bit 1 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $1F || BBR1 || Relative |} Return to the OpCodes table.")
- 20:35, 31 January 2024 NerdOfEpic talk contribs created page OpCode - BBR0 (Created page with "'''BBR0''' Branch if Bit 0 Reset {| class='wikitable' ! Op !! Inst !! Address Modes |- | $0F || BBR0 || Relative |} Return to the OpCodes table.")
- 20:35, 31 January 2024 NerdOfEpic talk contribs created page OpCode - ASL (Created page with "'''ASL''' Arithmetic Shift Left {| class='wikitable' ! Op !! Inst !! Address Modes |- | $06 || ASL || Zero Page Absolute |- | $0A || ASL || Accumulator |- | $0E || ASL || Absolute |- | $16 || ASL || Zero Page Indexed X |- | $1E || ASL || Absolute Indexed X |} Return to...")
- 20:35, 31 January 2024 NerdOfEpic talk contribs created page OpCode - AND (Created page with "'''AND''' Bitwise AND with Accumulator {| class='wikitable' ! Op !! Inst !! Address Modes |- | $21 || AND || Zero Page Indirect Pre-indexed X |- | $25 || AND || Zero Page Absolute |- | $29 || AND || Immediate |- | $2D || AND || Absolute |- | $31 || AND || Address Mode - Zero Page Indirect Post-i...")