forgot to post this
but i updated my program from last time!
it can play different notes now, and each note is assigned a key !
; 10 SYS (49152)
*=$0801
BYTE $0E, $08, $0A, $00, $9E, $20, $28, $34, $39, $31, $35, $32, $29, $00, $00, $00 ...
Search found 4 matches
- Tue Sep 29, 2020 4:18 pm
- Forum: Show and Tell
- Topic: Piano thing
- Replies: 1
- Views: 10448
- Thu Sep 10, 2020 1:06 pm
- Forum: Show and Tell
- Topic: Play a note!
- Replies: 2
- Views: 11428
Re: Play a note!
I use a lot of macros!
I think they're neat, and make my code a bit cleaner
I think they're neat, and make my code a bit cleaner
- Sat Sep 05, 2020 5:00 am
- Forum: Show and Tell
- Topic: Play a note!
- Replies: 2
- Views: 11428
Play a note!
i made a program (with the help of a friend) that plays a note!
i spent 6 hours trying to figure out why it wasn't playing, just to find out that it was reading from zero page values and not an immediate value (Which i didn't know existed and or how they are used)
and eventually running into a brk ...
i spent 6 hours trying to figure out why it wasn't playing, just to find out that it was reading from zero page values and not an immediate value (Which i didn't know existed and or how they are used)
and eventually running into a brk ...
- Sat Sep 05, 2020 4:48 am
- Forum: Introductions
- Topic: Hello from Bulgaria!
- Replies: 1
- Views: 9786
Hello from Bulgaria!
Hi, my name is Sect0r, or Nasko, whichever you like, i'm 13 years old and really interested in learning about old technologies!
i started learning assembly 6502 for the commodore 64 3 days ago, i hope i can learn lots more in the future!
A thing i really want to do is make a game or make something ...
i started learning assembly 6502 for the commodore 64 3 days ago, i hope i can learn lots more in the future!
A thing i really want to do is make a game or make something ...