Arcade Prehacks

Results 1 to 5 of 5
  1. #1
    variable's Avatar
    Join Date
    Dec 2010
    Location
    Neverland
    Posts
    91

    Bullet Assembly - BAsm For Assembly Programmers

    Bullet assembly simply enhances the A86 assembly Compiler/Linker's functions.
    Bullet assembly isn't called BULLET assembly for nothing it was made for speed.
    BAsm has a code generator option (THE BEST) which would generate codes for you (this increases speed).

    Features - Version 1.1.0:
    -------------------------------
    1. Save As..
    2. Syntax, Name, Description removed.
    3. Status shows more things...
    4. Added an update log window.
    5. Fixed bug with compiler (not 100%).
    6. Fixed bug with run (not 100%).
    7. Changed resize code.
    8. Fixed a bug on Code Generator.
    9. Auto save and load of Size and Position.


    Features - Version 1.0.0:
    -------------------------------
    1. Auto Syntax, Name & Description show of almost all the instructions.
    2. Save, Open.
    3. Uses A86 as the compiler, linker.
    4. Has a code generator for literally all of the instructions.
    5. The code generator allows advanced code like If Data1 = Data2 then.. Or If Data1 <> Data2 Then..
    6. Variable generator.
    7. Can generate all the 21h calls to DOS.
    8. A Code Window for easier code which includes Main, Mathematical, Logical And other codes with description (It is called code list in the program).
    9. Internal Compiler, Runner.
    10. Project description. It shows literally everything the program can do.


    BAsm has LOADS AND LOADS AND LOADS of Bugs.. So, tell me about it

    Ow, I've also included an example project to demonstrate BAsm. It can be found in the main folder called Project.asm.
    Open BAsm and Hit CTRL + O [i.e Open].

    Anyway, to please the mods, here is the scan report:
    http://www.viruschief.com/report.htm...03860f814f7188

    Code:
    Update Log:
    Version 1.1.0 - Minor fixes to many things
    Version 1.0.0 - Initial Release
    Attached Files Attached Files

  2. #2
    Senior Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    1,862

    Re: Bullet Assembly - BAsm For Assembly Programmers

    This has nothing to with Flash games?
    I've been here before.

  3. #3
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,775

    Re: Bullet Assembly - BAsm For Assembly Programmers

    No this assembler can create programs for DOS (.com files) or compile them to .obj files so you can link them yourself to create an .exe program.

  4. #4
    variable's Avatar
    Join Date
    Dec 2010
    Location
    Neverland
    Posts
    91

    Re: Bullet Assembly - BAsm For Assembly Programmers

    Yep @Zucker..
    One thing advanced programmers can do is to edit the .bat file called make.bat to make it an object file so that it will be usable by MASM or TASM or any other compiler. I love A86 anyway...

  5. #5
    variable's Avatar
    Join Date
    Dec 2010
    Location
    Neverland
    Posts
    91

    Re: Bullet Assembly - BAsm For Assembly Programmers

    Okay, version 1.1.0 released...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •