English Amiga Board


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

 
 
Thread Tools
Old 26 July 2018, 07:19   #1
Paulee_Bow
Registered User
 
Paulee_Bow's Avatar
 
Join Date: Jul 2018
Location: Birmingham, UK
Posts: 185
Help making a binary file.

Hi everyone,

I typed up my first assembly program the other day. It turns on and off Paula’s inter-channel modulation (AM/FM) and was graciously given to me by members on this board.

I can save my source code, and assemble/run the program from Asmtwo, but I’d like to make a series of binary files that I can simply click on from workbench to turn various modulations on and off. I know which registers to change for each version.

When I go to write a binary file in AsmTwo, it comes up with the command “BEG” and is expecting me to type something in. Do you know what I should type at this prompt?

Thanks.
Paulee_Bow is offline  
Old 26 July 2018, 07:51   #2
hmn
Registered User
 
Join Date: Nov 2016
Location: DE
Posts: 20
"WB" saves a memory dump - not what you want. Use "WO" instead. Also see the full manual here.
hmn is offline  
Old 11 August 2018, 21:43   #3
Yragael
Registered User
 
Join Date: Jun 2017
Location: Paris
Posts: 51
For example with ASM-One, the contents of your file would be (missing tab before DC.B : you have to add it) :

start:
DC.B $1234
end:

You would then assemble the file using command "A". Then you would use "WB", choose the file name, then give "start" for BEG and "end" for END.
Yragael 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
BootDisk, a tool for making bootable disks from binary code Leffmann Coders. General 1 12 March 2011 16:41
WinUAE detecting and making use of the swap file NewDeli request.UAE Wishlist 59 07 July 2010 22:44
Binary Dinosaurs... Paul_s Amiga websites reviews 4 05 November 2009 23:01
Making ADF file from Amiga Disk on a PC - Possible? kappowser New to Emulation or Amiga scene 8 03 June 2008 18:23
Making bootable MS-DOS disk as ADF file for multi-level emulation Minuous support.Apps 13 18 June 2003 09:01

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 04:31.

Top

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