oziphantom

Results 17 issues of oziphantom

Please add something that lets you comment out a block either /* */ or .coment .endc style. Adding // to each thing, to work out what is actually causing the...

enhancement
help wanted
compiler

So Given ``` word CurrentNumMovesLeft CurrentNumMovesLeft = 148

enhancement
compiler

So I'm looking to make a Tactics game for the Commodore 64 and Commodore 128, but I want to also be able to port it to the MSX2 and possibly...

enhancement
question

#### Checklist - [ x] I have read the [coding conventions](https://github.com/rr-/Tomb1Main/blob/master/CONTRIBUTING.md#coding-conventions) - [x ] I have added a changelog entry about what my pull request accomplishes, or it is an...

Feature

**Describe the bug** call getByte() from the flat API in python with an address that points to a value 0x80-0xff. You will get a negative number in response. **To Reproduce**...

Feature: Scripting
Feature: Python
Status: Internal

wla-65816 9.10 ``` .BANK 0 SLOT 0 .ORG 0 .SECTION "MainCode" Start: InitSNES $C2 $30 rep #$30 $E2 $20 sep #$20 $A2 $CF $B2 ldx #vblreturn $86 $13 stx vblcustom...

enhancement

say you do LDA myLabel,x you will get told that the address of myLabel doesn't fit into 8 bits and you have to do LDA.w myLabel,x this also happens on...

enhancement

On windows with 64tass selected if I do a "find" and have "Match case" ticked, case is complety ignored in the results. I.e type INC into the editor the do...

When you collapse a fold, sometimes the editor makes the background a strong red. I presume this is meant to highlight an error in the folded section, even though it...

For example .comment code code code .endc all the code would be the grey colour like a normal comment? Also something like .if 0 ? TASS Mode.