Author | Comment |
haveacalc Guardian
Posted: 11 Sep 2007 18:53 GMT Total Posts: 1111 | The project's started: "A Guide to Z80 Assembly for 83+/84+/SE Calculators" is on it's way, found here.
If anyone has comments, criticisms, questions, or wants to discuss any part of the guide, here's the place.
--- -quoted directly from most movies that don't exist (and some that do). |
threefingeredguy Ghost
Posted: 11 Sep 2007 19:38 GMT Total Posts: 1189 | Needs more revsoft endorsement ;)
--- Someone call for an exterminator? |
haveacalc Guardian
Posted: 11 Sep 2007 19:51 GMT Total Posts: 1111 | Yeah, I was going to write a 1-page extension about how to dump a ROM and get an emulator working, but then I realized the ruckus that it caused that one time back in 2005 when I asked about an emulator for the 84+SE.
Update 9/11/07: It's all on one file with page breaks, thanks to Barret's advice.
--- -quoted directly from most movies that don't exist (and some that do). |
haveacalc Guardian
Posted: 13 Sep 2007 18:39 GMT Total Posts: 1111 | 9/13/07: Page 2, dealing with bases and code-inputtance, is completed.
--- -quoted directly from most movies that don't exist (and some that do). |
haveacalc Guardian
Posted: 17 Sep 2007 21:56 GMT Total Posts: 1111 | 9/17/07: I added some in-depth examples of longhand base-converting. Page 2
--- -quoted directly from most movies that don't exist (and some that do). |
haveacalc Guardian
Posted: 19 Sep 2007 21:25 GMT Total Posts: 1111 | 9/19/07: I made Page 3, which deals with B, C, D, E, H, L, (HL), A, the LD instruction, and PlotsScreen.
--- -quoted directly from most movies that don't exist (and some that do). |
zarg Dragoon
Posted: 23 Feb 2008 05:58 GMT Total Posts: 67 | Hi, I'm compleatly new to Z80 Asm. I have programed other languages but I'm interested in learning Z80 Asm. I read and got through your tutorial and I was wondering where I could find some other comands or some more tutorials. Thanks.
--- In most countries selling harmful things like drugs is punishable. Then howcome people can sell Microsoft software and go unpunished? (By hasku@rost.abo.fi, Hasse Skrifvars http://www.linuxweb.com/lw_quotes.html) |
haveacalc Guardian
Posted: 23 Feb 2008 09:11 GMT Total Posts: 1111 | If you're interested in programming oncalc, try Patai Gergely's guide to Z80 Assembly (downloadable here). That's what I used. If you can't grasp "ASM in 28 Days" (downloadable here) immediately, Gergely's tutorial explains everything thoroughly, so that's the place to start. Asm in 28 Days teaches for programming in an integration of Z80 instructions and the ROM calls made by TI, and pretty much requires a computer and an assembler for anyone to make use of it. It also skips over some concepts that require digressing on.
You read through my tutorial? Impossible! I haven't finished it yet! :)
--- -quoted directly from most movies that don't exist (and some that do). |
zarg Dragoon
Posted: 24 Feb 2008 05:33 GMT Total Posts: 67 | Sorry, well I read through the first 3 pages. Thanks.
--- In most countries selling harmful things like drugs is punishable. Then howcome people can sell Microsoft software and go unpunished? (By hasku@rost.abo.fi, Hasse Skrifvars http://www.linuxweb.com/lw_quotes.html) |