amiga-allocmem-example-code/README.md

29 lines
592 B
Markdown
Raw Normal View History

2022-05-15 16:22:25 +00:00
# Amiga AllocMem Example Code
The C program used in "What the Heck is NoFastMem?" to show how AllocMem works.
View the video here: https://www.youtube.com/watch?v=CDUtoaqKkkk
## Compiling
You'll need [vbcc](http://sun.hasenbraten.de/vbcc/) with the m68k target and the appropriate Native
Development Kit headers installed:
```
vc -lauto -lamiga -c99 +kick13 -o mem mem.c
```
`mem` included in this repo is built with the above command and
should run on AmigaOS 1.3 and higher.
## Running
Open a Shell on an Amiga with Fast RAM and run:
```
mem
run nofastmem
mem
run nofastmem
2022-05-15 16:23:19 +00:00
mem
2022-05-15 16:22:25 +00:00
```