@catsalad why does Final Fantasy Adventure never appear in these "top 17 Final Fantasy Games" listicles?
Notices by David JONES (drj@typo.social)
-
Embed this notice
David JONES (drj@typo.social)'s status on Wednesday, 12-Feb-2025 06:53:10 JST David JONES
-
Embed this notice
David JONES (drj@typo.social)'s status on Tuesday, 28-May-2024 23:43:58 JST David JONES
My most recent @FontsInUse post is a couple of notes about the cover of a 6809 assembler manual.
https://fontsinuse.com/uses/56920/6809-mnemonic-assembler-manual
-
Embed this notice
David JONES (drj@typo.social)'s status on Sunday, 14-Apr-2024 05:43:42 JST David JONES
Do you like Pixel Art and Classic Macs and Exploded Technical Drawings?
Check out this exploded view of the Mac SE/30 from the HyperCard Service Manual of the time.
-
Embed this notice
David JONES (drj@typo.social)'s status on Thursday, 02-Nov-2023 09:29:36 JST David JONES
Welcome to #MOVember, one asm MOV instruction each day.
The Motorola MC68000 has a BEAST of a MOV instruction.
Official assembler mnemonic: MOVE. Refreshingly clear!You could move to and from registers and/or memory. 8-, 16-, 32- data sizes. Post increment, predecrement. Including memory-to-memory moves (*Ferris Bueller soundtrack voice*: Oh Yeah).
`*d++ = *s++` is a single instruction in 68000.
Officially destination on the right: MOVE A7,D0 copies the A7 register to D0
Please 🔁
-
Embed this notice
David JONES (drj@typo.social)'s status on Wednesday, 13-Sep-2023 21:31:26 JST David JONES
In Python, the list syntax is [1, 2, 3]; in Oxford Python, the list syntax is [1, 2, and 3];