Rev 289 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 289 | Rev 522 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | include "../_sdk/sys_h.asm" |
2 | include "../_sdk/sys_h.asm" |
3 | 3 | ||
4 | org PROGSTART |
4 | org PROGSTART |
5 | cmd_begin |
5 | cmd_begin |
6 | 6 | ||
7 | ;ld bc,0x83ab |
- | |
8 | ;ld a,0x10 |
- | |
9 | ;out (c),a |
- | |
10 | ;ld bc,0x82ab |
- | |
11 | ;ld a,0x50 |
- | |
12 | ;out (c),a |
- | |
13 | 7 | ||
14 | QUIT |
8 | QUIT |
15 | 9 | ||
16 | cmd_end |
10 | cmd_end |
17 | 11 |