From f0f571980c7878a0858e658ff58a72cedd8bc279 Mon Sep 17 00:00:00 2001 From: Arby <39416381+Arby69@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:45:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ee6b0b..dce4956 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ Amstrad CPC Game "Crazy Worm" created in 1989 and slightly modified in 1994 It was fully written in Z80 Assembler and was comiled with the BASIC written "Kio Fox Assembler" from a german CPC magazine. The binaries were originally loaded afterwards into memory and then the whole bunch was saved to disk. With the help of WinApe I was able to save all those binaries from an available DSK file and modify the assembler source so that the project will compile and run(!) with the WinApe Assembler. + +For assembling convenience, just load "start.asm" into the WinApe Assembler and the hit Ctrl+F9 (to compile) or F9 (to compile and run!). + +The run command has set a break point directly at the entry point (decimal 25000, hex #61A8).