Welcome, Guest. Please login or register.

Author Topic: 68ooo assembly  (Read 3681 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline commodorejohn

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show all replies
    • http://www.commodorejohn.com
Re: 68ooo assembly
« on: January 19, 2012, 05:04:13 PM »
If you're the sort of person that learns by doing, it doesn't matter much whether you learn via doing inline in some other language or just straight-up coding assembler. If you want to take a whack at that, a good way to get started is to use a CPU simulator, so you can step through the code and watch exactly what it's doing. Easy68k is a pretty handy one - it includes a full assembler environment and a comprehensive help file with a full 68000 instruction-set reference.

(The editor's balky as hell, though, if I were you I'd just use Programmer's Notepad or Notepad++ and load the code into Easy68k from there.)
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline commodorejohn

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show all replies
    • http://www.commodorejohn.com
Re: 68ooo assembly
« Reply #1 on: January 19, 2012, 07:02:47 PM »
Quote from: skywalkgr;676579
I download easy68k and i will give it a try also :) i will not have the look and feel of workbench cause its for windows enviroment but i dont have problem at all :)
Right, and I wouldn't suggest using it for serious development. But for getting your feet wet with assembler, a simulator is a very handy thing to have.
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup