From deff662b70a49a5c3c424214ceadfa58073ff1c7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 17 Apr 2021 22:11:29 +0100 Subject: Renamed file; extension --- sdcc/README.MD | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 sdcc/README.MD (limited to 'sdcc/README.MD') diff --git a/sdcc/README.MD b/sdcc/README.MD deleted file mode 100644 index 7ec00a3..0000000 --- a/sdcc/README.MD +++ /dev/null @@ -1,23 +0,0 @@ -This is the main implementation of the beeper engine, to be used with SDCC -compiler. - -The assembler syntax specific to this compiler suite, but it should be -easy to convert to your favourite assembler. - -Feel free to contribute your port! - -## Build instructions - -Ensure that SDCC is in your path and run `make`. - -Include this directory in your include and library paths, and link with the -beeper library. - -For example: -``` -CFLAGS += -I$(BEEPER_LIB_DIR) -LDFLAGS += -L$(BEEPER_LIB_DIR) -lbeeper -``` - -It is recommended that the beeper code runs from non-contended memory. - -- cgit v1.2.3