Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arby69 authored Mar 22, 2023
1 parent d243571 commit f0f5719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit f0f5719

Please sign in to comment.