source: thomson/code/C/HxCHost/routs.s@ 645c148

main
Last change on this file since 645c148 was 645c148, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add WIP HxC host software for Thomson computers.
Not working yet because of timing problems...

git-svn-id: svn://localhost/thomson@3 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 183 bytes
Line 
1 .module asm_routs
2 .area .text
3 .globl _delay
4
5; Short delay used in disk operation to wait for FDC to handle commands
6_delay:
7 BSR hop
8 BSR hop
9 BSR hop
10 BSR hop
11 BSR hop
12hop: RTS
13
Note: See TracBrowser for help on using the repository browser.