An open API service indexing awesome lists of open source software.

https://github.com/d3portillo/42_libasm

A set of functions in Assembly for 42Madrid Cursus
https://github.com/d3portillo/42_libasm

42projects assembly

Last synced: 6 months ago
JSON representation

A set of functions in Assembly for 42Madrid Cursus

Awesome Lists containing this project

README

          

# libasm

A set of functions in Assembly for 42Madrid cursus.

## Subject

Read more at [en.subject.pdf](https://github.com/D3Portillo/libasm/blob/master/en.subject.pdf).

## Implementation

Functions

- read
- strcmp
- strcpy
- strdup
- strlen
- write

To run all:

```sh
make it
```

Function specific test:

```sh
make it:strlen
make it:strcpy
//...
```

### External testers

I'm using https://github.com/cacharle/libasm_test.
Replace `LIBASM_PATH = ../libasm` to `LIBASM_PATH = ../`

```
git clone https://github.com/cacharle/libasm_test tester && \
make -C tester
```

**Tripouille:**

https://github.774.gs/Tripouille/libasmTester 😘.

```
git clone https://github.774.gs/Tripouille/libasmTester tester2 && \
make -C tester2
```