Mercurial > hg > Members > kono > nitros9-code
comparison level1/modules/scf.asm @ 3049:c5cc516ec1d7
scf: Add missing 6309 section for level1 code
author | Robert Gault <robert.gault@att.net> |
---|---|
date | Sat, 24 Jan 2015 23:43:25 +0100 |
parents | 5a5cff419c0b |
children | 04175ab6b6b3 |
comparison
equal
deleted
inserted
replaced
3048:9565d767bd79 | 3049:c5cc516ec1d7 |
---|---|
1042 ELSE | 1042 ELSE |
1043 puls y | 1043 puls y |
1044 ENDC | 1044 ENDC |
1045 os9 F$Move Move data to buffer | 1045 os9 F$Move Move data to buffer |
1046 ELSE | 1046 ELSE |
1047 IFNE H6309 | |
1048 pshs u | |
1049 tfm x+,u+ | |
1050 puls u | |
1051 ELSE | |
1047 puls y | 1052 puls y |
1048 pshs u | 1053 pshs u |
1049 L0509 lda ,x+ | 1054 L0509 lda ,x+ |
1050 sta ,u+ | 1055 sta ,u+ |
1051 leay -1,y | 1056 leay -1,y |
1052 bne L0509 | 1057 bne L0509 |
1053 puls u | 1058 puls u |
1059 ENDC | |
1054 ENDC | 1060 ENDC |
1055 puls y,x Restore path descriptor pointer and data offset | 1061 puls y,x Restore path descriptor pointer and data offset |
1056 | 1062 |
1057 * at this point, we have | 1063 * at this point, we have |
1058 * 0,s = end address of characters to write | 1064 * 0,s = end address of characters to write |