English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General > Coders. Tutorials

View Poll Results: Would a decent series of asm tuts be useful (Public poll)
Yes: Great idea.. I'll try it and give advice if I can 28 35.90%
Yes: Great.. I'll contribute to the tuts and answer Q's 7 8.97%
Nope.. Shite idea.. pointless etc.. 1 1.28%
Great Idea, would use it but can't contribute (Yet!!) 42 53.85%
Voters: 78. You may not vote on this poll

 
 
Thread Tools
Old 10 January 2006, 12:17   #21
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
I've asked RCK for a sub section within coders heaven for the tutorials
BippyM is offline  
Old 10 January 2006, 13:52   #22
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,865
Quote:
Originally Posted by x_to
this are the basics of assembler and remember that assembler is not a language to start with learning programming...
Why not? If you start with learning assembler you will be able to learn other languages like C/C++ very easily later. At least that is my experience.
680x0 asm was the first thing I was able to code in (all self taught back in 1990 ) and nowadays I'm doing C/C++ programming for a living.
Well, I am still doing the 680x0 hacking as well.

For some basic tutorials (demo scene related) check out http://ada.planet-d.net/forum/index....vtopic&forum=4
StingRay is offline  
Old 10 January 2006, 17:34   #23
snarkhunter
Registered User
 
snarkhunter's Avatar
 
Join Date: Nov 2005
Location: France
Age: 59
Posts: 74
68000 Programmer's Reference Manual

Hello,

I've attached a file (a ".pdf" file within a ".zip" archive) which is easily found on the internet : it lists the standard instruction set for the MC 68000 chip. Of course, this won't teach anyone how to actually program using 68000 assembly code, but I do believe it's still a "must have" document.

Kind regards,
SH
Attached Files
File Type: zip 68k.zip (1.25 MB, 354 views)
snarkhunter is offline  
Old 10 January 2006, 17:55   #24
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
yes I have included this in this thread: http://eab.abime.net/showthread.php?t=21516

Any resources and stuff please post it in there guys
BippyM is offline  
Old 10 January 2006, 18:26   #25
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,540
Always handy Amiga OCS/ECS Hardware Reference Manual
alexh is offline  
Old 11 January 2006, 00:30   #26
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,130
Quote:
Originally Posted by NOB
Shouldn´t a tut start at the beginning?

Maybe some words about:

Bits, bytes, words, Memory, Number Systems, Registers,
Addressing modes,the development Assemblers,Hardware
Registers, Custom Chips, the 68000 processor.......

or is this to theoretical?
Yep the Coolg tutorial on aminet has all this.

The first txt file is about 68k commands and what they do, the difference in accessing address's.

e.g. (a0),a0,(a0)+.

The second txt file is about the amiga custom chips and how to use them.

The third txt file is a basic run down on amiga libraries and how to use them with some example code.

It also comes with 10 cool-g basic tutorials.

The Asm-One Example files (how to code a basic BB, Scroll Text)

Also with AsmOne.

Although you have to modify the code for Kick2+ ECS/AGA
redblade is offline  
Old 11 January 2006, 18:39   #27
NOB
Zone Friend
 
Join Date: Aug 2005
Location: Germany
Age: 52
Posts: 424
Yes, the coolg tut is a useful asm tut.
NOB is offline  
Old 11 January 2006, 18:54   #28
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Okay guys.. so it looks like this will be a good idea.. so

Where do we start? what do you lot want to know and want to learn..

It is easy to say "start at the beginning" but where is the beginning?

What do YOU want to learn exactly?
BippyM is offline  
Old 11 January 2006, 19:07   #29
Joe Maroni
Moderator
 
Joe Maroni's Avatar
 
Join Date: Feb 2003
Location: Germany
Age: 44
Posts: 1,303
Send a message via MSN to Joe Maroni
how to write whdload installs...
Joe Maroni is offline  
Old 11 January 2006, 19:09   #30
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
a bit too ambitious to start I think :P
BippyM is offline  
Old 11 January 2006, 21:12   #31
Doc Mindie
In deep Trouble
 
Join Date: Sep 2004
Location: Manchester, Made in Norway
Age: 52
Posts: 841
Let's start with something easy......

A trainer for Windows? :look

No, sorry...... forgot the amount of useless code in that one :P

Uhm...a simple game..... uhm...... what about a trainer for DeLuxe Galaga?
Doc Mindie is offline  
Old 11 January 2006, 21:25   #32
Darkman
 
Posts: n/a
How about a trainer for Rick Dangerous II, quite a few options to train & fairly easy to access.
 
Old 11 January 2006, 21:56   #33
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Darkman I think the ball is in your court

are you willing to do this tutorial?

If so I'd appreciate it if you could do it in a different way to how it's done in flashtro.. Go into more detail about how you find the results/addresses etc.. how you search and trace code back etc..

Also set tasks for others to do, and then you can correct them or praise them

What d'ya think?
BippyM is offline  
Old 11 January 2006, 21:57   #34
Joe Maroni
Moderator
 
Joe Maroni's Avatar
 
Join Date: Feb 2003
Location: Germany
Age: 44
Posts: 1,303
Send a message via MSN to Joe Maroni
stupid question, but i can´t find "coolg" at aminet....
Joe Maroni is offline  
Old 11 January 2006, 23:31   #35
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,187
Yes, RedBlade has a habit of posting without vital information such as a filename, a link etc...

If anyone has the 4 EX4 coders disks (mostly by Cool-G), they have quite a few bits and pieces on them that might be useful.

Just to clarify, creating a WHDLoad slave is often a lot easier than learning 68k assembler properly. You can actually get quite a few games working with minimal knowledge of assembler, especially if you hack simple Rob Northen copylock games. And it teaches you assembler in a more useful manner.

http://www.flashtro.com has several tutorials for cracking and training games, many of dubious quality but a few are pretty good. Worth a look for newbies!
Codetapper is offline  
Old 12 January 2006, 00:07   #36
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by Codetapper
http://www.flashtro.com has several tutorials for cracking and training games, many of dubious quality but a few are pretty good. Worth a look for newbies!
That for me is the problem!

The site say do this, do that el presto cracked... I want to see more stuff explaining how a routine works, what it does, what the operands are doing and what addressing modes are used. Show registers and how they are changing etc..

Baically show you HOW to crack/program. What to look for and not just do this, do that etc..
BippyM is offline  
Old 12 January 2006, 04:18   #37
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,187
Quote:
Originally Posted by bippym
That for me is the problem!

The site say do this, do that el presto cracked... I want to see more stuff explaining how a routine works, what it does, what the operands are doing and what addressing modes are used. Show registers and how they are changing etc..
I agree with you, almost all of Rob's tutorials on that site are load this, click this button, type that, type this, run that, do this, restart the game, cracked. Pointless for people that already know how to crack, and useless for beginners that don't know why he has done any of it.

Quote:
Baically show you HOW to crack/program. What to look for and not just do this, do that etc..
What do you think of this one? How easy/hard to understand etc?

http://whdloadrules.tripod.com/hdinstalling.html

I got sod all feedback so haven't really bothered writing tutorials since.
Codetapper is offline  
Old 12 January 2006, 08:33   #38
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Personally I found some of it difficult to understand..

I think it is just my limited understanding of all things amiga hardware and accessing it..

I'll have a proper mull thru it later when I get home from work

Oh i did read it before, and tried to understand it.. Maybe i'll have a better chance now that I understand asm a little more

Last edited by BippyM; 12 January 2006 at 09:15.
BippyM is offline  
Old 12 January 2006, 10:45   #39
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,187
Alas I can't make it any easier than it already is - you have to have some knowledge to follow it. You have to invest the time yourself learning ASM and writing useless little routines that do sod-all and stepping through them with a debugger etc...
Codetapper is offline  
Old 12 January 2006, 18:03   #40
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
I know

I'll be doing this over the next few days hopefully.. Expect a barage of questions
BippyM is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need an ASM manual VoltureX Coders. General 2 17 November 2011 15:24
for ASM programmers meynaf Coders. General 29 05 August 2010 10:00
Using ReadArgs() from asm oRBIT Coders. General 4 11 May 2010 16:11
6502 Asm pmc Coders. General 21 06 November 2008 09:37
ASM Uni Course BippyM Coders. Tutorials 27 18 September 2008 10:37

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:24.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11443 seconds with 15 queries