Code Monkey home page Code Monkey logo

fasm_win32_win64's Introduction

FASM_win32_win64

batch file to build the testing program, hello world

numbers of project for testing

win_hello

basic to the build and easy step

download FASM

https://flatassembler.net/download.php

decompress to default folder as you like

mine was E:\FASM\

download this project folder

my_project/win_hello/

Edit batch file for your FASM and path stored

my_project/win_hello/build.bat

SET FASM=E:\FASM  

初次用 FASM 列出 LISTING, 看了一陣子 HELP, 寫了一個 build.bat, 方便編譯不用每次手動輸入指令.
build.bat, 編譯源碼用,
例如把 a.asm 拖到這個 build.bat, 就會執行編譯動作, 產生 a.asm.exe.
如果用 command prompt 手工輸入, 等同以下指令,
fasm a.asm a.asm.exe

drag the asm file and then drop to build.bat

job done, ie. hello_win32.asm.exe will be generated.

win32 XP testing

my_project/win_hello/in32_test.JPG

fasm_win32_win64's People

Contributors

xiaolaba avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.