-
I had some great progress on my Python 65c02 assembler project. I have all opcodes tested and can check if an instruction is valid. For instance,
lda 30,yis not a valid instruction, whilelda 30,xis valid. Now it’s up to me to test some instructions. π¨βπ»

-
As seen on Youtube. If a piece of media isn’t enclosed in an RSS feed, don’t call it a podcast, call it an “audio log” instead. Words are important and mean something.
-
I π my 9-in-60 2/5 in rain, hail and thunder. Luckily, it wasnβt raining πΈ or Iβd expected the end of days.
-
Getting closer, inch-by-inch, to processing 65c02 instructions in Pythonβ¦ π¨βπ»
-
I discovered a superpower, yield in Python π² awesome! π¨βπ»
-
I want to π more distance in an hour, or IOW, faster. I should be able to do 5 consecutive easy runs of 9 km in an hour before I advance to doing 10 km easy running sessions. Today was 9-km-in less-than-60-minutes (shortened as: 9-in-60) number 1 out of 5.
-
In other news, Textastic, a great code editor on iOS, stopped working when I updated my iPad to 14.5.1 from pre-14.5. It had worked for 5 years after the last update, and it was great. So I did a paid upgrade of Textastic to the latest version. There’s code hacking ahead! π¨βπ»
-
π€© this website made me reconsider how to construct my 65c02 cross assembler. I guess I need to whip up a spec sheet before I start coding in Python. All the work is not for naught, since I learned some regular expressions. π¨βπ»
-
I’ve heard Mur Lafferty claim on the I Should Be Writing podcast that she often likes the idea of having written, but not writing itself. This morning I wrote a lengthy e-mail to a friend, that could be read in less than 3 minutes. It took me 2 hours to compose and edit. βοΈ
-
I simplified and extended my Python 65c02 assembler. It now checks the source code for valid opcodes and addressing modes. It still doesn’t check if any label value is valid. For labels to work, it has to established their values first (in a first pass of two passes). More to doβ¦ π¨βπ»
-
Thereβs a lump in my tablecloth. I hope it isnβt the C-word πββ¬ π
-
My first π after being vaccinated π with AstraZeneca. I had a head wind in the first half. On my way back home it went like clockwork with the wind in my back. The pouring rain didnβt bother me, since I could empty my head after two stressful days of pain and recovery.
-
I’m sure there are much easier ways to find the possible addressing modes of the 65c02 cpu. Even so, I spent many hours of code hacking today to get this result, with many failed attempts. Obviously, I’m not good at coding, nor problem solving. Practicing it must be a good thing. π¨βπ»
-
The AstraZeneca vaccine certainly has side-effects, though mild in most cases. In my case these are pain/stiffness around the injection point, fatigue, and a higher resting heart rate (15 bpm higher than normal). I don’t feel like running. Good then that I stocked up earlier. π
-
I had to shop for some heavy πββ¬ stuff, and without a car, a Dutch bike is a good alternative π² My arm was still stiff from the π yesterday as well as I felt a bit dizzy, but luckily no headache π€ nor a fever π€
-
Okay, I can has implied, immediate, (indirect), (absolute indirect) addressing modes in this Python script I’m working on. It also makes a symbol table for code origin, labels and definitions (equates), used to calculate values and addresses. It’s a thing, 65c02 assembly on iPad. π¨βπ»
-
Andβ¦ π I had to wait 15 minutes afterwards to be sure I didnβt get an averse reaction. Next one will be in three months.
-
Early bird catches the worm, so to speak. Todayβs π was easy enough and I felt good, despite too short a night. I suppose Iβm a bit anxious because of the vaccination π shot later today.
-
Xena Xantippes. Pixel art π¨ 160x144px, 12 colors.
For r/SketchDaily, theme: βXena xeroxes xenarthra x-rays.β
πΎ
-
Instead of futzing around with Python, I decided to create a two-pass assembler, and wrote a version of the first pass, in which the label definitions are dealt with, both explicit and inline. I won’t create a professional grade assembler, just a hobby one. π¨βπ»