| Port details |
- asmc Masm compatible assembler
- 2.37.94 lang
=0 2.37.84Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2026-03-15 15:33:38
- Last Update: 2026-04-14 12:01:24
- Commit Hash: 8af7b16
- Also Listed In: devel
- License: GPLv2+
- WWW:
- https://github.com/nidud/asmc/
- Description:
- Asmc is a slow-burning attempt of making a functional programming
language out of assembly. It supports AVX-512 instructions (Masm v14)
but the Version macro is currently set to v10. The assembler is
written in assembly and is open source under the GNU General Public
License. It runs on Windows and Linux.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/asmc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/asmc
- pkg install asmc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: asmc
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1776161593
SHA256 (nidud-asmc-2.37.94-0c144a031b7c8ff335ee41b1eff1b4de353bf4ce_GH0.tar.gz) = 1572eb8e22c4e3e9a8be4c30561fbe9789d3d6a5a8826352f1b0596bdb27cb53
SIZE (nidud-asmc-2.37.94-0c144a031b7c8ff335ee41b1eff1b4de353bf4ce_GH0.tar.gz) = 6745208
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_asmc
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.37.94 14 Apr 2026 12:01:24
    |
Robert Clausecker (fuz)  |
lang/asmc: update to 2.37.94
Changelog:
https://github.com/nidud/asmc/commits/639f195c7a155e7436cae1ea94097e5baaf40ec5 |
2.37.84 15 Mar 2026 15:28:56
    |
Robert Clausecker (fuz)  |
lang/asmc: Masm compatible assembler
Asmc is a slow-burning attempt of making a functional programming
language out of assembly. It supports AVX-512 instructions (Masm v14)
but the Version macro is currently set to v10. The assembler is
written in assembly and is open source under the GNU General Public
License. It runs on Windows and Linux.
NOTE: this assembler is written in assembly and has its own structure
definitions for Linux that it uses when it builds itself. While these
are wrong on FreeBSD, the set of library calls it does is small and
only readdir() and sigaction() seem to possibly diverge. However,
this does not seem to cause any observable problems when using asmc to
build the LZMA SDK on amd64, though there is a crash on i386 I need to
investigate further.
WWW: https://github.com/nidud/asmc |
Number of commits found: 2
|