Oh... I skipped them and then stuff made alittle sense but i didnt learn very much. I really like example programs, its just the way I work...What day did you get up to? Also, could you say what aspects are confusing you? Asm is a wide topic so it might help to narrow down the field.
z80 heaven was really helpful for me, and once I started understanding it, I was able to understand ASM in 28 days MUCH MUCH more. I just use TASM... but thats because I didn't know about SPASM :PI have to check the beginner tutorials...
Someone needs to write an ASM tutorial that goes more in depth in terms of programming games instead of just explaining the technical stuff. Something in the same style than TI-Freakware BASIC tutorials, but ASM-relatedWell, the best way to learn ASM is to understand all the technical stuff.
You're talking about some pretty advanced things right there. External levels are usually just programs or application variables, and ASM in 28 days teaches you how to search the VAT and look for things of that sort. Compression is a whole different story, and really application specific. If you want to implement compression then you should already know of the common techniques: RLE, LZ77/LZSS, LZ78/LZW, Huffman, etc. Now getting an "engine" working is a different story. There really is no such thing as an "engine". Of course you could throw some object messaging systems into your game, etc., if you want to, and you should be able to if you understand ASM and what you are trying to do.Someone needs to write an ASM tutorial that goes more in depth in terms of programming games instead of just explaining the technical stuff. Something in the same style than TI-Freakware BASIC tutorials, but ASM-relatedWell, the best way to learn ASM is to understand all the technical stuff.
Learning by making games in ASM from the beginning wouldn't be a good practise. But it should have more documentation for who want to do games (get external levels, compression, routines, tips on getting an engine working, etc..)
z80-heaven would be a good site to place this.
Basically what I'm trying to say is that if you understand ASM, then you should be able to expand into all those topics yourself, or look up programs to study, etc. Tutorials don't touch on those topics because then it would just become too exhaustive and application-specific.Yeah, is true that understanding a language, it is only a matter of time coding to implement all you imagine. (depends on what you know in other areas and even with that, almost)
i think it depends of people hability to learn stuff of a certain difficulty level. personally i just dont get it, no matter how hard people try to help me. Even with javascript and html i have trouble understanding some stuff sometimesSerious? html is just a little harder than bbcode. JavaScript, I learnt in very few time except some things. It was just testing what i read quickly on tutorial and seeing others code. (a good reference made wonders to finish the learning)