;display HP on OWborder. ;I still know about flipped 16-bit address ($xxyy <-> $yyxx) ;I use this on ow_code.asm to test, doesn't show up on border ;(as if this code didn't run)... ;idk what i did wrong... LDA $7F837B ;\i think this is a long address TAX ;/ LDA $7F5020,x ;(1) INX #2 REP #$20 LDA #$0000 ;>idk on how this binary drllllll llllllll system works. STA $7F837D,x ;>vram upload table INX #2 SEP #$20 LDA #$39 STA $7F837D,x INX #1 ;>idk on how much increment i needed TXA : STA $7F837B RTS ;(1) = VRAM address: I tried using different values and still not working.