-
Still two days to go before Iβm partially protected against COVID-19. According to the Dutch CDC (RIVM) most people showed up when it was their turn. No significant political divide on vaccination in the Netherlands so far, despite of a vocal splinter group of pandemic deniers.
-
Continuing my 65c02 assembler project in Python 3, with defining “the rules.” Without rules, there’s unruliness, right? π The script still runs. If it wouldn’t have, I could’ve rolled back using the Working Copy app. PS, notice the typo! π¨βπ»
-
My π was so terribly slow. I blame it on the sudden rise in outside temperature. Nature was beautiful, though.
-
Now I’m (seemingly) successfully able to filter syntax elements into their own tagged bins, now the question arises how to turn that into object code (byte values)? So I still call it version 0.0.1, very premature, possibly, yet again, stillborn. I hope not the latter, though. π¨βπ»
-
I have no idea what the best method is to approach an assembler, specifically for the 65c02 CPU. So I scrapped my previous approach and started anew. I also bought the newest version of Pythonista, because the old version crashed too often (new version seems rock-solid). π¨βπ»
-
I canβt but except it
δΉΰ»( Ν β Ν )ΰ₯γ
π -
So, version 0.1 of my Python π 65c02 assembler is β I’m sure there are still bugs, but it works. I enter in assembly code and the program stores it in a dictionary object, which could be saved into a file on disk. Not sure when I come to that. First priority is testing the code. π¨βπ»
-
πI’m getting closer with my 65c02 assembler in Python. I ripped out the mnemonics processing, which worked perfectly, but was messy code, and got the other stuff to work, like labels, addressing input, program counter manipulation, etc. I also started using the Working Copy app. π¨βπ»
-
I haven’t been at my local T+F club since October 2020, while I still pay membership dues. There’s the pandemic, but also the bathrooms (poorly maintained by the owner, the local council) and, on top of that, no one seeming to care about any of the mandatory coronaproof measures.
-
I had an off day π Counter 9-in-60 back to zero, because I needed more than an hour to run 9 km. Bummer!
-
Okay, it’s still very clunky, but I can (sorta) write in assembler, type the hexcode in HexIt and save the file to my local Commander X16 folder, and it runs! I couldn’t do this before, unless I coded the hexcode by hand, which was rather error-prone. So, yay? π π¨βπ»
-
While awaiting the glaziers for replacing some windows, I’ve made progress with my 65c02 Python assembler project. It now creates a list of strings, each with a program counter, a colon, and a series of opcode and operand bytes, all in hex characters and in the proper order π π¨βπ»
-
My house is being renovated, so I had to lock up my kitties for their safety. They do not like itβ¦ a bit. They want to roam free in my house, as theyβre used to. Hopefully the cage is strong enough to hold these muscular boys. π±
-
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,y
is not a valid instruction, whilelda 30,x
is 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! π¨βπ»