Atari.Org
Click Here
HomeNewsServicesForumsSupport

Talk Atari

Atari.Org Forums


16/32-Bit

8-Bits

Classics

Emulation

Jaguar

Lynx

Classic Consoles Forum 8-Bits Forum 16/32 Forum
Emulation Forum Jaguar Forum Lynx Forum
 
 Subject: RE: Assembler
Author: pachack (193.128.14.150)
Date:   09-05-2000 03:36

If you only want to write some machine code from within a basic program you'd probably be better off with a DOS Cross-Assembler and importing the assembled data from a program.

I.e.

compile myasm.asm to myasm.obj
copy myasm.obj to the atari's virtual harddrive (e.g. C:ATARI800H1)

30000 START=1536 : REM ASSUME CODE STARTS AT PAGE 6
30010 OPEN #1,4,0,"H1:MYASM.OBJ"
30020 TRAP 30099
30030 GET #'1,L
30040 POKE START,L : START=START+1
30050 GOTO 30030
30099 CLOSE #1 : RETURN

 Topics Author  Date
  Assembler new Bill 08-31-2000 15:02 
   RE: Assembler  pachack 09-05-2000 03:36 

 Reply To This Message
 Your Name:
 Your Email:
 Subject:
 Human verification:   What's this?
               _    __     _ _     
 _ __  ___ _ _| |_ / _|___| (_)___ 
| '_ \/ _ \ '_|  _|  _/ _ \ | / _ \
| .__/\___/_|  \__|_| \___/_|_\___/
|_|                                
    



Copyright © 1997-2024 Atari.Org 
Atari is registered trademark of Infogrames