commodore64 programming in assembler | xltronic messageboard
 
You are not logged in!

F.A.Q
Log in

Register
  
 
  
 
Now online (2)
RussellDust
belb
...and 82 guests

Last 5 registered
Oplandisks
nothingstar
N_loop
yipe
foxtrotromeo

Browse members...
  
 
Members 8025
Messages 2608817
Today 7
Topics 127230
  
 
Messageboard index
commodore64 programming in assembler
 

offline umbroman3 from United Kingdom on 2021-12-21 12:18 [#02614954]
Points: 6096 Status: Regular



wish i could do this
ive been reading a tutorial
it shows how to change the color of the screen and stuff
using a compiler called dasm, it works on my macbook



 

offline umbroman3 from United Kingdom on 2021-12-21 12:44 [#02614955]
Points: 6096 Status: Regular



https://www.youtube.com/watch?v=_Cg8r-VmeMk some absolute
crazy people converted sonic 1 from the master system to the
commodore 64, 256kb REU needed to play on real hardware


 

offline ijonspeches from 109P/Swift-Tuttle on 2021-12-21 14:08 [#02614957]
Points: 7626 Status: Regular | Show recordbag



thats just gotta be impossible,
given the limitations of the machine.
is the aspect ratio / resolution correct?
cant tell really

looks and sounds absolutely amazing though
lets have all games converted,
just for the soundtrack



 

offline steve mcqueen from caerdydd (United Kingdom) on 2021-12-26 02:11 [#02615068]
Points: 6182 Status: Regular



hey man u could get into kracking
LAZY_TITLE


 

offline EpicMegatrax from Greatest Hits on 2021-12-26 03:48 [#02615074]
Points: 24389 Status: Addict



if you get to messing with assembler through natural urges,
it can be a very artsy expressive thing, because you don't
get there unless you've rinsed out a lot of other shit.
like, i feel compelled to say: i do not think anyone simply
takes assembly language demoscene shit on as a hobby. more
like, i suspect, it finds you. infects you. takes you apart
at the seams. redevelops your relationship to pain to make
you some sort of hyperdimensional finnish person. or, you
might also be interested in

so, yes, much appreciation, but remember when i said i quit
milkytracker because i felt like it'd put me in a mental
hospital? this is worse


 

offline steve mcqueen from caerdydd (United Kingdom) on 2021-12-26 04:04 [#02615076]
Points: 6182 Status: Regular



nothing artsy about wasting time doing something that a
modern compiler can do a lot fucking better



 

offline steve mcqueen from caerdydd (United Kingdom) on 2021-12-26 04:12 [#02615077]
Points: 6182 Status: Regular



or maybe that is the definition of 'artsy', anyways crack on
bruv


 

offline steve mcqueen from caerdydd (United Kingdom) on 2021-12-26 04:16 [#02615079]
Points: 6182 Status: Regular



i just read back my posts and i'm genuinely sorry for
posting them


 

offline EpicMegatrax from Greatest Hits on 2021-12-26 06:08 [#02615080]
Points: 24389 Status: Addict



i think i said what you meant to -- a modern compiler can do
it better unless you're deep into a journey already and need
to, like... carve a rocking chair with a pen-knife. it will
take forever and many people will never understand but it
will be the most custom rocking chair in the universe under
200k


 

offline EpicMegatrax from Greatest Hits on 2021-12-26 06:10 [#02615081]
Points: 24389 Status: Addict



and just because you recognize any attempt would drive you
over the edge doesn't mean you can't still appreciate others
doing themselves in... well, attempting. crack on bruv


 

offline steve mcqueen from caerdydd (United Kingdom) on 2021-12-28 22:12 [#02615193]
Points: 6182 Status: Regular



yeah, i'm sorry 4 saying that
it's really useful learning assembly 4 any arch



 

offline steve mcqueen from caerdydd (United Kingdom) on 2021-12-28 22:20 [#02615194]
Points: 6182 Status: Regular



(u heard of 'no code'? I got tobasco all over my hands,
licking at it like an imbecile)


 

offline big from lsg on 2021-12-29 08:22 [#02615217]
Points: 23202 Status: Regular | Show recordbag



you could also just learn to program the music. try to
recreate a tracker, like rob hubbard did and create
something like this in something like 20K


 

offline umbroman3 from United Kingdom on 2021-12-29 13:39 [#02615220]
Points: 6096 Status: Regular



https://problemkaputt.de/pagezero.htm

Been browsing this doc

I have a datel midi interface clone, what I'm planning is to
make a program to sequence my midi synths and drum machines.
It won't have much of an visual interface but it will have
randomisation of midi notes and timings. Spitting out random
midi notes with semi random rhythms.


 

offline umbroman3 from United Kingdom on 2021-12-29 20:58 [#02615221]
Points: 6096 Status: Regular



https://codebase64.org/doku.php?id=base:c64_midi_interfaces

https://codebase64.org/doku.php?id=base:c64_midi_data


 

offline big from lsg on 2022-01-01 13:43 [#02615281]
Points: 23202 Status: Regular | Followup to big: #02615217 | Show recordbag



it's 5,12 K, and that's also for the opening song and
sound effects (see HSVC)


 

offline big from lsg on 2022-01-01 13:48 [#02615282]
Points: 23202 Status: Regular | Followup to umbroman3: #02615220 | Show recordbag



ah, you actually want to make music, awesome



 

offline big from lsg on 2022-01-01 13:50 [#02615283]
Points: 23202 Status: Regular | Show recordbag



of course one could also use other synths ( example i
recently saw.



 

offline big from lsg on 2022-01-01 13:51 [#02615284]
Points: 23202 Status: Regular | Show recordbag



you should make a video when you've managed to make
something. because i am interested, but am probably happy
just watching someone else do it. the power of the internet


 

offline yann_g from now on 2022-02-01 13:48 [#02616200]
Points: 3772 Status: Lurker



just got a c64 :) haven't tried asm yet but it's so cool
that you just power it up and can start coding in basic
right away, i got it with its manual so there are plenty of
code examples :)


 

offline earthleakage from tell the world you're winning on 2022-02-13 03:43 [#02616438]
Points: 27764 Status: Regular



the entire reason 3g languages exist is because you don't
have to do this. the only possible reason you would want to
is to learn more about the hardware. and tbf that's quite a
refreshing and positive thing to do. but as long as you are
doing it for the right reasons.


 


Messageboard index