Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
  You are not logged in - nap
No More Secrets   [2014]

Released by :
Groepaz

Release Date :
24 December 2014

Type :
C64 Papermag

AKA :
NMOS 6510 Unintended Opcodes

User rating:**********  9.7/10 (20 votes)   See votestatistics

Credits :
Text .... Groepaz of Dienstagstreff, Hitmen, VICE Team
Test .... Groepaz of Dienstagstreff, Hitmen, VICE Team
Help .... Bitbreaker of Arsenic, Nuance, Oxyron
  Krill of Plush
  Ninja of The Dreams
  tlr of VICE Team
  Unseen of VICE Team

Download :

Look for downloads on external sites:
 Pokefinder.org


User Comment
Submitted by chatGPZ on 22 January 2016
all the test programs are in the VICE testprograms repo.

also a new/updated version is here: No More Secrets v0.9
User Comment
Submitted by JAC on 22 January 2016
Thanks! And I finally realized the pun with the title - brilliant. Would be great to have the test-sources available.
User Comment
Submitted by Kabuto on 18 October 2015
This also misses out on a potential use case for ANE / LAX #imm: according to the formulas these should be perfectly stable if the A register previously contained $ff, thus:

lda #$ff
ane #value

would be equivalent to:

txa
and #value

and:

lda #$ff
lax #value

would be equivalent to:

lda #value
ldx #value

So these might be actually useful if A happens to contain the value $ff.

Or, more generalized, these are safe if all bits that could be 0 in A are 0 in the immediate value for LAX imm or in either the immediate value or X or both for ANE.
User Comment
Submitted by Kabuto on 18 October 2015
This is a nice summary, however lacking a few tidbits:

As mentioned, VIC DMA pausing SH*/TAS/LAS opcodes can change their behaviour.

I did some hardware tests on my C64 - in my case, if there was no DMA, these were perfectly stable, no matter whether or not a page was crossed.

DMA changed behaviour if it kicked in for the read cycle directly before the write cycle (but, IIRC, also perfectly stable). The CPU still uses the faulty address in case of overflow but no longer ANDs the value to be written with ((address >> 8) + 1).
User Comment
Submitted by Karoshier on 12 January 2015
Very nice reading. Thanks for sharing it!
IMHO this should be somehow added to Codebase64 in base:6502_6510_coding. Maybe as a link into the books section?
User Comment
Submitted by chatGPZ on 29 December 2014
the only issue you found there is that it should be "one half <b>of</b> each cycle".

and yes, it describes exactly what is happening in the CPU. and this document is not for you, apparently.
User Comment
Submitted by Oswald on 29 December 2014
great work here, but I found some issues:


1. "experienced programmers (SUCH AS MYSELF)". this part should've been left out leave your ego at home.
2. SAX: half cycles? there's no such thing! imho simply both mechanism activates at the SAME time. how could the cpu run faster than the clock dictates ?! and how the AND works in here is explained quite weirdly. there are NO read enable signals allowing 1's and 0's to be this or that, from what I know its simpy NMOS behaviour that when two voltages 'collide' this will happen.

frankly I was hoping it would describe stuff on the cpu inner level.
User Comment
Submitted by Zyron on 29 December 2014
Simply awesome.
User Comment
Submitted by alwyz on 29 December 2014
Fantastic. Thank you.
User Comment
Submitted by Conjuror on 26 December 2014
Best Christmas present this year. Thanks for putting it all together like this.
User Comment
Submitted by Six on 26 December 2014
What an awesome read! Thanks for this!
User Comment
Submitted by 6R6 on 25 December 2014
Thanks! Nice reading material on xmas eve. :)
User Comment
Submitted by Bitbreaker on 25 December 2014
Lügenpresse! Lügenpresse! :-P
User Comment
Submitted by Bamse on 25 December 2014
Wow,Plichtlektüre!
User Comment
Submitted by plagueis on 25 December 2014
What an Uber excellent release! This is what it's all about here. Even an often insulting, arrogant, rude person like Groepaz had the integrity to release what looks to be a very thorough treatise on a worthy and interesting subject. Thanks! And I really mean it. It was written for highly experienced coders such as himself he says near the beginning :) Happy Holidays to Groepaz and all!!!
User Comment
Submitted by Knut Clausen on 24 December 2014
Now I know what I'll be reading this christmas. Thanks!
User Comment
Submitted by E$G on 24 December 2014
excellent present for xmas!
User Comment
Submitted by Axis/Oxyron on 24 December 2014
Wow, this looks really interesting. Will be the first thing on my TODO list when I return from my journey into 68k.
Search CSDb
Advanced
Navigate
Prev - Random - Next
Detailed Info
· Summaries
· User Comments (18)
· Production Notes
Fun Stuff
· Goofs
· Hidden Parts
· Trivia
Forum
· Discuss this release
Support CSDb
Help keep CSDb running:



Funding status:




About this site:
CSDb (Commodore 64 Scene Database) is a website which goal is to gather as much information and material about the scene around the commodore 64 computer - the worlds most popular home computer throughout time. Here you can find almost anything which was ever made for the commodore 64, and more is being added every day. As this website is scene related, you can mostly find demos, music and graphics made by the people who made the scene (the sceners), but you can also find a lot of the old classic games here. Try out the search box in the top right corner, or check out the CSDb main page for the latest additions.
Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.09 sec.