Rev 1510 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 1510 | Rev 1656 | ||
|---|---|---|---|
| Line 995... | Line 995... | ||
| 995 | ret z |
995 | ret z |
| 996 | cp '/' |
996 | cp '/' |
| 997 | jr nz,nfopenfnslash0. |
997 | jr nz,nfopenfnslash0. |
| 998 | jr nfopenfnslash. |
998 | jr nfopenfnslash. |
| 999 | 999 | ||
| - | 1000 | ||
| - | 1001 | ||
| 1000 | strcopy |
1002 | strcopy |
| 1001 | ;hl->de |
1003 | ;hl->de |
| 1002 | ;out: hl,de after terminator |
1004 | ;out: hl,de after terminator |
| 1003 | xor a |
1005 | xor a |
| 1004 | strcopy0 |
1006 | strcopy0 |
| Line 1998... | Line 2000... | ||
| 1998 | thttpsprotocol |
2000 | thttpsprotocol |
| 1999 | db "https://",0 |
2001 | db "https://",0 |
| 2000 | 2002 | ||
| 2001 | linkbuf |
2003 | linkbuf |
| 2002 | ds MAXLINKSZ+1 |
2004 | ds MAXLINKSZ+1 |
| 2003 | - | ||
| 2004 | curfulllink |
2005 | curfulllink |
| 2005 | ds MAXLINKSZ+1 |
2006 | ds MAXLINKSZ+1 |
| 2006 | 2007 | ||
| 2007 | include "htmlview.asm" |
2008 | include "htmlview.asm" |
| 2008 | include "html.asm" |
2009 | include "html.asm" |