The last time that I used MAC65 was back in 1985! Really nice piece of software. Loved BUG65 too.
@VVGRestoration3 жыл бұрын
This is the best channel for Atari 8-bit.
@Fractal_CZ3 жыл бұрын
Long time no see. Even longer took till “don’t go anywhere” :) Thanks for this channel
@PaulHockerOnEarth3 жыл бұрын
I have recently discovered your channel and I am very impressed. I recently purchased my first 130XE (expecting it soon) and your videos have been really helpful. Looking forward to watching the rest of your content. Thanks.
@8bitandmore3 жыл бұрын
Great to hear!
@PaulHockerOnEarth2 жыл бұрын
@@8bitandmore Hope you start to make some more programming content soon.
2 жыл бұрын
I have Atari 65XE, Commodore 64, ZX Spectrum 48k and love them all. I'd love to see your videos about C64 programming, because your Atari programming tutorials are fantastic!
@acht_bits3 жыл бұрын
I just recently discovered your channel. I like your videos and hope to see more in the future.
@mjtorn13 жыл бұрын
Good stuff again, glad you found the time to make this! Hope you find more ;)
@oak17803 жыл бұрын
glad you're back! looking forward for more
@Vulpecular3 жыл бұрын
Fantastic, You’re back!!
@armedbushido3 жыл бұрын
Need more - awesome. Got me to pull out my 800XL. Added a Sophia 2 and got a FugiNet. Keep it up.
@8bitandmore2 жыл бұрын
Nice!!
@takingbytes12653 жыл бұрын
Good to see a new video! Thanks
@2600lifestyle3 жыл бұрын
Glad you're back!
@nickolasgaspar96603 жыл бұрын
your RETURN key is having a hard time during these sessions...lol wlc back.
@buffalodebill19763 жыл бұрын
Nice / good to have you back :-)
@lorensims48463 жыл бұрын
Aaa, Phooey! Use the Assembler/Editor Cartridge! It certainly worked perfectly well for me back in the day.
@gamerbrosmaximuz71253 жыл бұрын
Welcome back
@VVGRestoration3 жыл бұрын
Could you make a tutorial showing how to do scrolling in assembly language using display lists?
@8bitandmore3 жыл бұрын
Yes I will
@DigitalArtDeco3 жыл бұрын
Nice to hear from you again. I have been looking for an original MAC/65 cartridge for a long time. Does anyone here have one for sale? 😀
@8bitandmore3 жыл бұрын
www.atarimax.com/freeshippingsale/
@edbrown11662 жыл бұрын
First, awesome video! Love the way you explain in detail what you're doing and why. But, I am curious why the code doesn't end with an RTS? Also, you missed letting us Altirra users know the method used to enter the atascii chars ;)
@8bitandmore2 жыл бұрын
I have not been back to visit Altirra since I have the real hardware lol, I will see if I can load it up and figure out the keys.
@MikeDancy3 жыл бұрын
I'd love to learn Assembly language for the C64
@tenminutetokyo26433 жыл бұрын
DOOD! Good choice with the Brother printer.
@theannoyedmrfloyd39983 жыл бұрын
Anything like TDLINE under SpartaDOS?
@8bitandmore3 жыл бұрын
Yes, TD ON | OFF
@desarrollou71x723 ай бұрын
The first 3 lines mean that you have the option to buy an object with cost of US$ 3000
@random_precision_software3 жыл бұрын
Any ideas on how to use c with Atari or c64 using Microsoft visual studio? I know you can but don't know how to install it into mvs
@lorensims48463 жыл бұрын
next he'll be wanting a modern web browser that runs on 8-bit computers. The only C I found for the Atari 800 was APX's Deep Blue C that used *( and *) for the brace characters ATASCII doesn't have and it doesn't support structures or unions.
@spearPYN3 жыл бұрын
@@lorensims4846 C on Atari does not make sense IMHO. You can use cc65 on Linux.
@TonyRudzki3 жыл бұрын
I know why you're following the basic so closely, but just creating the DL directly with hex bytes is a better programming example.
@8bitandmore3 жыл бұрын
You can replace the line that contains the DLIST label with: DLIST 112,112,66,0,0,2,16,66,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,65,0 or DLIST $70,$70,$42,$0,0,$2,$10,$42,$0,$0,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$2,$41,$0
@timmyt12323 жыл бұрын
@@8bitandmore Thank you. I tried the hex way without the '$' for the 0's and 2's to allow it to fit on one line. I like the character way because it takes up less space (definitely for line 70). Mac/65 will convert from decimal to hex and vice-versa. Too bad it won't convert decimal or hexadecimal to character.
@opentheskyy72 жыл бұрын
We cordially invite you to the "Atari 8-bit Programming" Discord server: discord.gg/GTapZjCsgp
@chrisdupuy77492 жыл бұрын
Do you hate your space bar? Lol every time you hit it it thwacks and I am like bro you gone break that poor space bar…great video though!