Skip to content

optimised _PrintUInt & _FillScreen#40

Merged
mateoconlechuga merged 2 commits intomasterfrom
unknown repository
Nov 7, 2016
Merged

optimised _PrintUInt & _FillScreen#40
mateoconlechuga merged 2 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Nov 7, 2016

Slight optimisation of _PrintUInt,
Propose to include a faster fillscreen when color is null

Gérald DeGroote added 2 commits November 7, 2016 11:11
Slight optimisation of _PrintUInt,
Propose to include a faster fillscreen when color is null
Copy link
Copy Markdown
Collaborator

@mateoconlechuga mateoconlechuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The _FillScreen isn't an optimization.

; DE : New X coordinate
; NC : If offscreen
ld ix,6 ; get pointer to arguments
ld iy,ix-6
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't exist :D

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just going to merge anyway and fix myself

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, I meant LEA iy,ix-6 ;)

@mateoconlechuga mateoconlechuga merged commit 2e7664d into CE-Programming:master Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants