Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When I said based off of 6502 I was just aiming for it to be able work like one, my only comparison is what you can do  with the assembly code, I am rather clueless when it comes to the real 6502 architecture. As for INC and DEC those are short for increment and decrement, which are used on the X and Y registers. as for bitwise operations and shifts , you are correct those have not been implemented yet.

Ohh I see =D
Because i try make a replica of mos 6502 , and when I saw  your project I was frighten XD (that I thought you overtake me)

About INC and DEC , if I good understood your reply IND make n+1 , DEC n-1 logic , yes ?

yes inc takes the value and adds 1 dec does -1