10
votes
4answers
943 views
Best resource for serious Commodore 64 programming.
What is the best resource for serious Commodore 64 programming?
Assume that serious programming on the Commodore 64 is not done in BASIC V2 that ships with the Commodore 64.
I fe …
2
votes
7answers
420 views
Find if a num is a power of 2 fast. [closed]
Possible Duplicate:
How to check if a number is a power of 2
What would break if i just checked if the Least Significant Bit? If LSB = 1, false else true?
1
vote
3answers
69 views
Where can I find assembler instruction specification info for the Motorola 68000?
I'm looking for information for machine language instruction encoding formats for the Motorola 68000 processor. I have used the The Motorola Mc68000 Microprocessor Family: Assembl …
5
votes
6answers
710 views
6502 CPU Emulation
Its the weekend, so I relax from spending all week programming by writing a hobby project.
I wrote the framework of a MOS 6502 CPU emulator yesterday, the registers, stack, memory …
13
votes
15answers
994 views
Can someone tell me the very basics of how computer programming works?
Basically, my question is what makes all the words of a programming language actually do anything? I mean, what's actually happening to make the computer know what all of those wor …
