Updated Home (markdown)

Michael 2016-01-15 05:04:36 -08:00
parent 9cad7da731
commit dfc7d2bf49
1 changed files with 7 additions and 3 deletions

10
Home.md

@ -4,7 +4,7 @@ Welcome to the AppleWin wiki!
* [6502 Assembly HGR Font Tutorial](https://github.com/Michaelangel007/apple2_hgr_font_tutorial)
## = Y to Address =
## = HGR Y to Address =
Given:
@ -147,7 +147,7 @@ F436: 85 27 STA GBASH ; 0 pppfghcd pppfghcd eabab000
11B8: 03 07 0B 0F 13 17 1B 1F
```
## = Address to Y =
## = HGR Address to Y =
0PPfghcdeabab000 ab
PPfghcdeabab0000 << 1
@ -175,7 +175,7 @@ int HGR_address_to_y( int address ) {
# TEXT
## Row to Address
## Text Row to Address
Given:
@ -246,4 +246,8 @@ FBD8: 60 591 RTS
1298: 04 04 05 05 06 06 07 07 ; Rows 16 ..23 ($10 .. $17)
```
## Text Address to Row
TODO!