#6502CPU

Carsten Strotmanncstrotm
2025-05-06

booted today on the Computer (made by SvOlli -> xayax.net/sorbus/)

2025-05-01

RISC architecture may "gonna change everything", m'kay, but do you also see numbers, like me?

Here, two take a Kawasaki KLR 650 which makes it a... 6502.

- imcdb.org/vehicle_99638-Kawasa

#Hackers #6502cpu #Kawasaki #motorcycle

ZER^WCRASH OVERRIDE watching ACID BURN leaving the scene with Curtis on a motorcycle - a Kawasaki KLR 650.More closeop shot, Curtis and Kate on the Kawasaki KLR 650.
2025-04-13

"Calypsi" is a collection of compilers and assemblers that run under Windows, Linux and macOS and can generate code for various retro platforms - 6502 and 68000 processors are supported, among others. Although the project is hosted on Github, the source code is not freely available and use of the tools is only permitted for private purposes. Now version 5.10 is available. Changes:

amiga-news.de/en/news/AN-2025-

#Amiga #development #compiler #assembler #motorola_68000 #6502CPU

2025-03-28

github.com/agsb/milliForth-650 Including a beautiful my_hello_world.FORTH!
#forth #6502CPU

2025-03-26

Just arrived today... Ordered this as I am not sure if the one I have is faulty.

Most likely it is my Arduino glue logic code that is faulty and not the #6502CPU. However, just in case I do break, or have broken it, there is no harm having a spare!

Also, there is no such thing as having too many 6502's 😁

A new R65C02P4 CPU.
2025-02-26

Two versions of a 6502 assembly routine. We have a byte in X. Its bits are denoted %ABCDEF00. We want to get bits %0BCADEF1 in the accumulator. Each version is 23 bytes. The first one doesn't need a look-up table. The second one does but is much faster and doesn't need a temporary variable.
#6502cpu #assembly

; version 1
txa
and #%01100000
sta temp
txa
lsr a
lsr a
lsr a
and #%00010000
ora temp
sta temp
txa
lsr a
and #%00001110
ora temp
ora #%00000001

; version 2
txa
asl a
rol a
rol a
rol a
and #%00000111
tay
txa
lsr a
and #%00001110
ora table,y
...
; look-up table for version 2
table: db $01, $21, $41, $61, $11, $31, $51, $71

Carsten Strotmanncstrotm
2024-07-06

Selbstbau neo6502 Schlepptop von WOST auf dem Forth Sommertreff im UpH in Essen

Torsten Roedertoroe@fedihum.org
2024-07-05

Enjoying Michael Steils fantastic “Ultimate Commodore 64 Talk“! #C64 #6502CPU

Mark J Koch ✅maehem
2024-01-21

Cyberspace-1 clock board up and running! Other than solder issue, it just works. The crystal clock source seems to run but not at the right rate. Will need to debug that. See video for show and tell.

Mark J Koch ✅maehem
2024-01-21

Time to toggle off the Zodiac project while I wait for a couple missing parts to show up. Moved over to my Cyberspace-1 home brew 6502 project. Remaining parts showed up for that yesterday so had a Zen solder party to get this one ready for bring-up tomorrow. If this works, I can continue design work for the CPU card, memory card and Video/IO card. Loosely based on the HBC-56 homebrew computer by a GitHub user called visrealm.

Close up of the Sozu clock card. There is a row of surface mount chips soldered along the centerline of the board. There are push switches to the right, on the boards front edge. There is a 8MHz crystal soldered at the top center.My bench after the hour long solder party showing the finished Sozu board and bags of electronic components from Mouser Electronics.
2023-11-30

Finally had some time to get some quality youtube time this evening… youtu.be/75jz8UZjrTo?si=vZHYkk this is an amazingly well documented and produced video and project. A #6502CPU computer on a #rp2040 all in #assembler. Highly recommend Dave’s video. Open up the opportunities for more #retrocomputing on a budget!

Bits&Terminal Jeffjf_718@oldbytes.space
2023-11-16

You never forget your first true love.

#6502cpu #65c02 #8bit #cpu #retroComputing

A 40 pins DIP package WDC 65c02 processor,  essentially a large black computer chip with some grey markings on top.
𝗌𝗆𝗈𝗄𝗎smokku@chrome.pl
2023-08-22
vaino :tux:vaino@mstdn.jp
2023-08-13

C言語で6502エミュレータを作成しています

I am writing a 6502 emulator in C.

git.vke.fi/vaino/8bemu

#programming #c_language #6502CPU

2023-06-26

Sitting here studying the #6502cpu addressing modes, indexed indirect and indirect indexed, to be specific... Deciding to write your own emulator in #C++ really does demand that you know the details intimately! Page wrap-around, or not, and extra cycles for page boundary crossings are all extremely interesting details!

Trannus🇵🇸🇺🇦Aranpinjontall@sfba.social
2023-03-04

call me a #6502CPU the way I got an X, a Y, and an A 🏳️‍⚧️🍑✨

me with my big thighs, sitting on tan couch, in a pink oversized hoodie and black miniskirt
2023-01-20

New blog post: got bored and wanted to try something different, so I started writing a #6502cpu #emulator in #C ! It's been going better than I expected so far, but theres still quite a bit of work left to do on it. ahl27.com/posts/2022/12/6502-e

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst