View Single Post
Old 02 October 2020, 10:51   #1
jonesypeter
Registered User
 
Join Date: Mar 2017
Location: West Sussex
Posts: 34
Devpac beginner troubles

Hi,

I have done a small amount of assembler on the ZX Spectrum, but as I had an Amiga 1200 back in the day, I thought I would start learning the basics.

I'm using WinUAE with A1200 emulation (40.68 Kickstart) and Workbench 3.1. I'm using Devpac Lite that came with Amiga Shopper magazine and the version is 3.12. Its the same as normal Devpac but is restricted to 200 lines, and won't create an executable file.

I'm following a beginners guide in Amiga Shopper issue 43, page 54.

The code is as follows:

Code:
move #2, d0
move #2, d1
add d0,d1
rts
When I assemble the code I get 'Error: Line malformed at line 1 in file Untitled.s


The '#' is highlighted as being in error.

Can anyone guide me along the right path.

Very many thanks
jonesypeter is offline  
 
Page generated in 0.04762 seconds with 11 queries