···2828[SDCC](http://sdcc.sourceforge.net/).
29293030If your `make` is not a BSD Make, install it and use `bmake` instead of `make`.
3131+You'll also need `objcopy` from Binutils installed in your `$PATH`.
31323233Create an `obj` directory with `mkdir obj` and then run `make LOC=ram` to
3333-compile to run out of RAM (from Loader).
3434+compile a version suitable for running from RAM (via the Loader).
34353536Then transfer `obj/msterm.bin` to the MailStation with
3637[WSLoader](https://jcs.org/wifistation)
3737-which will put the application into `0x8000`.
3838+which will load the application at memory address `0x8000`.
38393940### License
4041