Search found 4 matches

by oanime
Sat May 23, 2020 1:40 pm
Forum: Programming
Topic: What tooling to use to start zx spectrum game programming?
Replies: 20
Views: 4577

Re: What tooling to use to start zx spectrum game programming?

The important question here is if you would like to program in assembler or something else? Because you actually have a choice. You can use assembler, you can use compiled Basic, you can use compiled C and you can also use a game editor like AGD. If you decide to go higher language/game editor way ...
by oanime
Sat May 23, 2020 1:30 pm
Forum: Programming
Topic: What tooling to use to start zx spectrum game programming?
Replies: 20
Views: 4577

Re: What tooling to use to start zx spectrum game programming?

I won't go into details about writing the code (I use VIM as editor, AS as cross-compiler and FUSE for testing, everything chained together using make file), but for the music I can recommend Arkos Tracker 2 http://www.julien-nevo.com/arkostracker/ which run on PC, is multi platform and support dir...
by oanime
Sat May 23, 2020 1:27 pm
Forum: Programming
Topic: What tooling to use to start zx spectrum game programming?
Replies: 20
Views: 4577

Re: What tooling to use to start zx spectrum game programming?

Thanks a lot for all the answers. I'm really used to debug code. I mean, I'm not too good on reading the code and just extrapolate what it does. I can do it, but it takes more time for me than for other programmers I know. So, be able to debuggin ins important to me. I see some people just use a tex...
by oanime
Fri May 22, 2020 11:07 pm
Forum: Programming
Topic: What tooling to use to start zx spectrum game programming?
Replies: 20
Views: 4577

What tooling to use to start zx spectrum game programming?

Hi, I owned a zx spectrum when I was young and would like to get back into game programming on the zx spectrum. As time has passed I have ran away from low level languages like asm, C, C++ that I used to use on the 80/90/00 and got into others more high level like java, python, c#, etc. You know, to...