Skip to content
Code examples for ForwardCom
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md . Mar 30, 2018
event.as Code examples version 1.01 Mar 30, 2018
guess_number.as Code examples version 1.01 Mar 30, 2018
hello.as Code examples version 1.01 Mar 30, 2018
integrate.as Code examples version 1.01 Mar 30, 2018
make_example.bat Code examples version 1.01 Mar 30, 2018
make_example.sh version 1.01 Mar 30, 2018
sumarray.as Code examples version 1.01 Mar 30, 2018
trigonometric.as Code examples version 1.01 Mar 30, 2018

README.md

code-examples

Code examples for ForwardCom

Prerequisites:

  • ForwardCom executable (Windows: forw.exe, Linux: forw)
  • Instruction list: instruction_list.csv
  • Function libraries: libc.li math.li

Assemble:

forw -ass hello.as

Link:

forw -link hello.ex hello.ob libc.li math.li

Execute:

forw -emu hello.ex

A script doing all this in Windows:

make_example.bat hello

Or in Linux:

./make_example.sh hello

You can find more code examples under libraries.

You can’t perform that action at this time.