| Port details |
- asmc Masm compatible assembler
- 2.37.84 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2026-03-15 15:33:38
- Last Update: 2026-03-15 15:28:56
- Commit Hash: cdf6e05
- 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 = 1773329303
SHA256 (nidud-asmc-2.37.84-0c144a031b7c8ff335ee41b1eff1b4de353bf4ce_GH0.tar.gz) = 1572eb8e22c4e3e9a8be4c30561fbe9789d3d6a5a8826352f1b0596bdb27cb53
SIZE (nidud-asmc-2.37.84-0c144a031b7c8ff335ee41b1eff1b4de353bf4ce_GH0.tar.gz) = 6745208
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- 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: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
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: 1
|