How to create a Status Bar in Assembly language using Atari with MAC/65 editor / assembler.

  Рет қаралды 3,357

8-bit and more

8-bit and more

Күн бұрын

Пікірлер: 42
@migry
@migry 3 жыл бұрын
The last time that I used MAC65 was back in 1985! Really nice piece of software. Loved BUG65 too.
@mjtorn1
@mjtorn1 3 жыл бұрын
Good stuff again, glad you found the time to make this! Hope you find more ;)
@acht_bits
@acht_bits 2 жыл бұрын
I just recently discovered your channel. I like your videos and hope to see more in the future.
@MikeDancy
@MikeDancy 3 жыл бұрын
I'd love to learn Assembly language for the C64
@Vulpecular
@Vulpecular 3 жыл бұрын
Fantastic, You’re back!!
@opentheskyy7
@opentheskyy7 2 жыл бұрын
We cordially invite you to the "Atari 8-bit Programming" Discord server: discord.gg/GTapZjCsgp
@PaulHockerOnEarth
@PaulHockerOnEarth 2 жыл бұрын
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.
@8bitandmore
@8bitandmore 2 жыл бұрын
Great to hear!
@PaulHockerOnEarth
@PaulHockerOnEarth 2 жыл бұрын
@@8bitandmore Hope you start to make some more programming content soon.
@nickolasgaspar9660
@nickolasgaspar9660 3 жыл бұрын
your RETURN key is having a hard time during these sessions...lol wlc back.
@oak1780
@oak1780 3 жыл бұрын
glad you're back! looking forward for more
@theannoyedmrfloyd3998
@theannoyedmrfloyd3998 3 жыл бұрын
Anything like TDLINE under SpartaDOS?
@8bitandmore
@8bitandmore 3 жыл бұрын
Yes, TD ON | OFF
@takingbytes1265
@takingbytes1265 3 жыл бұрын
Good to see a new video! Thanks
@VVGRestoration
@VVGRestoration 3 жыл бұрын
This is the best channel for Atari 8-bit.
@VVGRestoration
@VVGRestoration 3 жыл бұрын
Could you make a tutorial showing how to do scrolling in assembly language using display lists?
@8bitandmore
@8bitandmore 2 жыл бұрын
Yes I will
@2600lifestyle
@2600lifestyle 3 жыл бұрын
Glad you're back!
@chrisdupuy7749
@chrisdupuy7749 2 жыл бұрын
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!
@8bitandmore
@8bitandmore 2 жыл бұрын
old habits
@buffalodebill7986
@buffalodebill7986 3 жыл бұрын
Nice / good to have you back :-)
@armedbushido
@armedbushido 2 жыл бұрын
Need more - awesome. Got me to pull out my 800XL. Added a Sophia 2 and got a FugiNet. Keep it up.
@8bitandmore
@8bitandmore 2 жыл бұрын
Nice!!
@mrkattm
@mrkattm 3 жыл бұрын
Welcome back
@gamerbrosmaximuz7125
@gamerbrosmaximuz7125 3 жыл бұрын
Welcome back
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!
@Fractal_CZ
@Fractal_CZ 3 жыл бұрын
Long time no see. Even longer took till “don’t go anywhere” :) Thanks for this channel
@lorensims4846
@lorensims4846 3 жыл бұрын
Aaa, Phooey! Use the Assembler/Editor Cartridge! It certainly worked perfectly well for me back in the day.
@edbrown1166
@edbrown1166 2 жыл бұрын
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 ;)
@8bitandmore
@8bitandmore 2 жыл бұрын
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.
@TonyRudzki
@TonyRudzki 3 жыл бұрын
I know why you're following the basic so closely, but just creating the DL directly with hex bytes is a better programming example.
@8bitandmore
@8bitandmore 3 жыл бұрын
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
@timmyt1232
@timmyt1232 3 жыл бұрын
@@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.
@tenminutetokyo2643
@tenminutetokyo2643 3 жыл бұрын
DOOD! Good choice with the Brother printer.
@DigitalArtDeco
@DigitalArtDeco 3 жыл бұрын
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? 😀
@8bitandmore
@8bitandmore 3 жыл бұрын
www.atarimax.com/freeshippingsale/
@random_precision_software
@random_precision_software 3 жыл бұрын
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
@lorensims4846
@lorensims4846 3 жыл бұрын
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.
@spearPYN
@spearPYN 3 жыл бұрын
@@lorensims4846 C on Atari does not make sense IMHO. You can use cc65 on Linux.
ATARI FAST data read using Assembly language in BASIC
38:05
8-bit and more
Рет қаралды 2,3 М.
The Atari 400 (as seen in Terry Stewart's computer collection)
14:25
Terry Stewart
Рет қаралды 2,1 М.
Please Help This Poor Boy 🙏
00:40
Alan Chikin Chow
Рет қаралды 20 МЛН
АЗАРТНИК 4 |СЕЗОН 4 Серия
36:20
Inter Production
Рет қаралды 491 М.
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17
Sprites on the ATARI VCS?! | 8Blit
18:09
8Blit - ATARI 2600 Game Programming
Рет қаралды 6 М.
Sprites using Assembly language on the Atari with Joystick control
41:12
New SpartaDos X Cartridge
10:19
8-bit and more
Рет қаралды 3,5 М.
6502 Assembly for the Atari 2600 (Jack)
13:43
thoughtbot
Рет қаралды 21 М.
Welcome Back December 2020! FujiNet is here!
24:05
8-bit and more
Рет қаралды 3,1 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 643 М.
What's The Longest Word You Can Write With Seven-Segment Displays?
8:56
Why build an entire computer on breadboards?
28:43
Ben Eater
Рет қаралды 3,1 МЛН
Make GAMES for the ATARI 2600 with these FREE tools | 8Blit
8:31
8Blit - ATARI 2600 Game Programming
Рет қаралды 16 М.
CONCURRENCY IS NOT WHAT YOU THINK
16:59
Core Dumped
Рет қаралды 101 М.